Uses of Class
com.azure.resourcemanager.monitor.models.DestinationsSpec
-
Packages that use DestinationsSpec Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of DestinationsSpec in com.azure.resourcemanager.monitor.models
Subclasses of DestinationsSpec in com.azure.resourcemanager.monitor.models Modifier and Type Class Description classDataCollectionRuleDestinationsThe specification of destinations.Methods in com.azure.resourcemanager.monitor.models that return DestinationsSpec Modifier and Type Method Description DestinationsSpecDestinationsSpec. withAzureMonitorMetrics(DestinationsSpecAzureMonitorMetrics azureMonitorMetrics)Set the azureMonitorMetrics property: Azure Monitor Metrics destination.DestinationsSpecDestinationsSpec. withLogAnalytics(List<LogAnalyticsDestination> logAnalytics)Set the logAnalytics property: List of Log Analytics destinations.
-