Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionRule
Packages that use DataCollectionRule
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataCollectionRule in com.azure.resourcemanager.monitor.fluent.models
Subclasses of DataCollectionRule in com.azure.resourcemanager.monitor.fluent.modelsModifier and TypeClassDescriptionfinal classResource properties. -
Uses of DataCollectionRule in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type DataCollectionRuleModifier and TypeClassDescriptionclassDefinition of what monitoring data to collect and where that data should be sent.Methods in com.azure.resourcemanager.monitor.models that return DataCollectionRuleModifier and TypeMethodDescriptionstatic DataCollectionRuleDataCollectionRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionRule from the JsonReader.DataCollectionRule.withDataCollectionEndpointId(String dataCollectionEndpointId) Set the dataCollectionEndpointId property: The resource ID of the data collection endpoint that this rule can be used with.DataCollectionRule.withDataFlows(List<DataFlow> dataFlows) Set the dataFlows property: The specification of data flows.DataCollectionRule.withDataSources(DataCollectionRuleDataSources dataSources) Set the dataSources property: The specification of data sources.DataCollectionRule.withDescription(String description) Set the description property: Description of the data collection rule.DataCollectionRule.withDestinations(DataCollectionRuleDestinations destinations) Set the destinations property: The specification of destinations.DataCollectionRule.withStreamDeclarations(Map<String, StreamDeclaration> streamDeclarations) Set the streamDeclarations property: Declaration of custom streams used in this rule.