Uses of Class
com.azure.resourcemanager.monitor.models.LogAnalyticsDestination
Packages that use LogAnalyticsDestination
Package
Description
Package containing the data models for MonitorClient.
-
Uses of LogAnalyticsDestination in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return LogAnalyticsDestinationModifier and TypeMethodDescriptionstatic LogAnalyticsDestination
LogAnalyticsDestination.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LogAnalyticsDestination from the JsonReader.Set the name property: A friendly name for the destination.LogAnalyticsDestination.withWorkspaceResourceId
(String workspaceResourceId) Set the workspaceResourceId property: The resource ID of the Log Analytics workspace.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type LogAnalyticsDestinationModifier and TypeMethodDescriptionDestinationsSpec.logAnalytics()
Get the logAnalytics property: List of Log Analytics destinations.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type LogAnalyticsDestinationModifier and TypeMethodDescriptionDataCollectionRuleDestinations.withLogAnalytics
(List<LogAnalyticsDestination> logAnalytics) Set the logAnalytics property: List of Log Analytics destinations.DestinationsSpec.withLogAnalytics
(List<LogAnalyticsDestination> logAnalytics) Set the logAnalytics property: List of Log Analytics destinations.