Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DataCollectionRuleResourceInner
Packages that use DataCollectionRuleResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataCollectionRuleResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return DataCollectionRuleResourceInnerModifier and TypeMethodDescriptionCreates or updates a data collection rule.DataCollectionRulesClient.getByResourceGroup(String resourceGroupName, String dataCollectionRuleName) Returns the specified data collection rule.Updates part of a data collection rule.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type DataCollectionRuleResourceInnerModifier and TypeMethodDescriptionDataCollectionRulesClient.createAsync(String resourceGroupName, String dataCollectionRuleName) Creates or updates a data collection rule.com.azure.core.http.rest.Response<DataCollectionRuleResourceInner> DataCollectionRulesClient.createWithResponse(String resourceGroupName, String dataCollectionRuleName, DataCollectionRuleResourceInner body, com.azure.core.util.Context context) Creates or updates a data collection rule.Mono<com.azure.core.http.rest.Response<DataCollectionRuleResourceInner>> DataCollectionRulesClient.createWithResponseAsync(String resourceGroupName, String dataCollectionRuleName, DataCollectionRuleResourceInner body) Creates or updates a data collection rule.DataCollectionRulesClient.getByResourceGroupAsync(String resourceGroupName, String dataCollectionRuleName) Returns the specified data collection rule.com.azure.core.http.rest.Response<DataCollectionRuleResourceInner> DataCollectionRulesClient.getByResourceGroupWithResponse(String resourceGroupName, String dataCollectionRuleName, com.azure.core.util.Context context) Returns the specified data collection rule.Mono<com.azure.core.http.rest.Response<DataCollectionRuleResourceInner>> DataCollectionRulesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String dataCollectionRuleName) Returns the specified data collection rule.com.azure.core.http.rest.PagedIterable<DataCollectionRuleResourceInner> DataCollectionRulesClient.list()Lists all data collection rules in the specified subscription.com.azure.core.http.rest.PagedIterable<DataCollectionRuleResourceInner> DataCollectionRulesClient.list(com.azure.core.util.Context context) Lists all data collection rules in the specified subscription.com.azure.core.http.rest.PagedFlux<DataCollectionRuleResourceInner> DataCollectionRulesClient.listAsync()Lists all data collection rules in the specified subscription.com.azure.core.http.rest.PagedIterable<DataCollectionRuleResourceInner> DataCollectionRulesClient.listByResourceGroup(String resourceGroupName) Lists all data collection rules in the specified resource group.com.azure.core.http.rest.PagedIterable<DataCollectionRuleResourceInner> DataCollectionRulesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all data collection rules in the specified resource group.com.azure.core.http.rest.PagedFlux<DataCollectionRuleResourceInner> DataCollectionRulesClient.listByResourceGroupAsync(String resourceGroupName) Lists all data collection rules in the specified resource group.DataCollectionRulesClient.updateAsync(String resourceGroupName, String dataCollectionRuleName) Updates part of a data collection rule.com.azure.core.http.rest.Response<DataCollectionRuleResourceInner> DataCollectionRulesClient.updateWithResponse(String resourceGroupName, String dataCollectionRuleName, ResourceForUpdate body, com.azure.core.util.Context context) Updates part of a data collection rule.Mono<com.azure.core.http.rest.Response<DataCollectionRuleResourceInner>> DataCollectionRulesClient.updateWithResponseAsync(String resourceGroupName, String dataCollectionRuleName, ResourceForUpdate body) Updates part of a data collection rule.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type DataCollectionRuleResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DataCollectionRuleResourceInner> DataCollectionRulesClient.createWithResponse(String resourceGroupName, String dataCollectionRuleName, DataCollectionRuleResourceInner body, com.azure.core.util.Context context) Creates or updates a data collection rule.Mono<com.azure.core.http.rest.Response<DataCollectionRuleResourceInner>> DataCollectionRulesClient.createWithResponseAsync(String resourceGroupName, String dataCollectionRuleName, DataCollectionRuleResourceInner body) Creates or updates a data collection rule. -
Uses of DataCollectionRuleResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionRuleResourceInnerModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionRuleResourceInner from the JsonReader.DataCollectionRuleResourceInner.withDataCollectionEndpointId(String dataCollectionEndpointId) Set the dataCollectionEndpointId property: The resource ID of the data collection endpoint that this rule can be used with.DataCollectionRuleResourceInner.withDataFlows(List<DataFlow> dataFlows) Set the dataFlows property: The specification of data flows.DataCollectionRuleResourceInner.withDataSources(DataCollectionRuleDataSources dataSources) Set the dataSources property: The specification of data sources.DataCollectionRuleResourceInner.withDescription(String description) Set the description property: Description of the data collection rule.DataCollectionRuleResourceInner.withDestinations(DataCollectionRuleDestinations destinations) Set the destinations property: The specification of destinations.DataCollectionRuleResourceInner.withKind(KnownDataCollectionRuleResourceKind kind) Set the kind property: The kind of the resource.DataCollectionRuleResourceInner.withLocation(String location) DataCollectionRuleResourceInner.withStreamDeclarations(Map<String, StreamDeclaration> streamDeclarations) Set the streamDeclarations property: Declaration of custom streams used in this rule. -
Uses of DataCollectionRuleResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DataCollectionRuleResourceInnerModifier and TypeMethodDescriptionDataCollectionRuleResourceListResult.value()Get the value property: A list of resources.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DataCollectionRuleResourceInnerModifier and TypeMethodDescriptionDataCollectionRuleResourceListResult.withValue(List<DataCollectionRuleResourceInner> value) Set the value property: A list of resources.