Uses of Class
com.azure.resourcemanager.monitor.models.LogAnalyticsDestination
-
Packages that use LogAnalyticsDestination Package Description com.azure.resourcemanager.monitor.models 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 LogAnalyticsDestination Modifier and Type Method Description LogAnalyticsDestinationLogAnalyticsDestination. withName(String name)Set the name property: A friendly name for the destination.LogAnalyticsDestinationLogAnalyticsDestination. 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 LogAnalyticsDestination Modifier and Type Method Description List<LogAnalyticsDestination>DestinationsSpec. logAnalytics()Get the logAnalytics property: List of Log Analytics destinations.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type LogAnalyticsDestination Modifier and Type Method Description DataCollectionRuleDestinationsDataCollectionRuleDestinations. withLogAnalytics(List<LogAnalyticsDestination> logAnalytics)Set the logAnalytics property: List of Log Analytics destinations.DestinationsSpecDestinationsSpec. withLogAnalytics(List<LogAnalyticsDestination> logAnalytics)Set the logAnalytics property: List of Log Analytics destinations.
-