Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DataCollectionRuleResourceProperties
Packages that use DataCollectionRuleResourceProperties
Package
Description
Package containing the inner data models for MonitorClient.
-
Uses of DataCollectionRuleResourceProperties in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionRuleResourcePropertiesModifier and TypeMethodDescriptionDataCollectionRuleResourceProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionRuleResourceProperties from the JsonReader.DataCollectionRuleResourceProperties.withDataCollectionEndpointId
(String dataCollectionEndpointId) Set the dataCollectionEndpointId property: The resource ID of the data collection endpoint that this rule can be used with.DataCollectionRuleResourceProperties.withDataFlows
(List<DataFlow> dataFlows) Set the dataFlows property: The specification of data flows.DataCollectionRuleResourceProperties.withDataSources
(DataCollectionRuleDataSources dataSources) Set the dataSources property: The specification of data sources.DataCollectionRuleResourceProperties.withDescription
(String description) Set the description property: Description of the data collection rule.DataCollectionRuleResourceProperties.withDestinations
(DataCollectionRuleDestinations destinations) Set the destinations property: The specification of destinations.DataCollectionRuleResourceProperties.withStreamDeclarations
(Map<String, StreamDeclaration> streamDeclarations) Set the streamDeclarations property: Declaration of custom streams used in this rule.