Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionRuleDestinations
Packages that use DataCollectionRuleDestinations
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataCollectionRuleDestinations in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionRuleDestinationsModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.destinations()
Get the destinations property: The specification of destinations.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataCollectionRuleDestinationsModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.withDestinations
(DataCollectionRuleDestinations destinations) Set the destinations property: The specification of destinations.DataCollectionRuleResourceProperties.withDestinations
(DataCollectionRuleDestinations destinations) Set the destinations property: The specification of destinations. -
Uses of DataCollectionRuleDestinations in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataCollectionRuleDestinationsModifier and TypeMethodDescriptionDataCollectionRule.destinations()
Get the destinations property: The specification of destinations.DataCollectionRuleDestinations.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionRuleDestinations from the JsonReader.DataCollectionRuleDestinations.withAzureMonitorMetrics
(DestinationsSpecAzureMonitorMetrics azureMonitorMetrics) Set the azureMonitorMetrics property: Azure Monitor Metrics destination.DataCollectionRuleDestinations.withLogAnalytics
(List<LogAnalyticsDestination> logAnalytics) Set the logAnalytics property: List of Log Analytics destinations.Methods in com.azure.resourcemanager.monitor.models with parameters of type DataCollectionRuleDestinationsModifier and TypeMethodDescriptionDataCollectionRule.withDestinations
(DataCollectionRuleDestinations destinations) Set the destinations property: The specification of destinations.