Uses of Class
com.azure.resourcemanager.monitor.models.DestinationsSpec
Packages that use DestinationsSpec
Package
Description
Package containing the data models for MonitorClient.
-
Uses of DestinationsSpec in com.azure.resourcemanager.monitor.models
Subclasses of DestinationsSpec in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classThe specification of destinations.Methods in com.azure.resourcemanager.monitor.models that return DestinationsSpecModifier and TypeMethodDescriptionstatic DestinationsSpecDestinationsSpec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DestinationsSpec from the JsonReader.DestinationsSpec.withAzureMonitorMetrics(DestinationsSpecAzureMonitorMetrics azureMonitorMetrics) Set the azureMonitorMetrics property: Azure Monitor Metrics destination.DestinationsSpec.withLogAnalytics(List<LogAnalyticsDestination> logAnalytics) Set the logAnalytics property: List of Log Analytics destinations.