Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionRuleAssociation
Packages that use DataCollectionRuleAssociation
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataCollectionRuleAssociation in com.azure.resourcemanager.monitor.fluent.models
Modifier and TypeClassDescriptionfinal class
Resource properties. -
Uses of DataCollectionRuleAssociation in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataCollectionRuleAssociationModifier and TypeMethodDescriptionDataCollectionRuleAssociation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionRuleAssociation from the JsonReader.DataCollectionRuleAssociation.withDataCollectionEndpointId
(String dataCollectionEndpointId) Set the dataCollectionEndpointId property: The resource ID of the data collection endpoint that is to be associated.DataCollectionRuleAssociation.withDataCollectionRuleId
(String dataCollectionRuleId) Set the dataCollectionRuleId property: The resource ID of the data collection rule that is to be associated.DataCollectionRuleAssociation.withDescription
(String description) Set the description property: Description of the association.