Uses of Class
com.azure.resourcemanager.containerinstance.models.LogAnalytics
Packages that use LogAnalytics
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of LogAnalytics in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return LogAnalyticsModifier and TypeMethodDescriptionContainerGroup.logAnalytics()ContainerGroupDiagnostics.logAnalytics()Get the logAnalytics property: Container group log analytics information.LogAnalytics.withLogType(LogAnalyticsLogType logType) Set the logType property: The log type to be used.LogAnalytics.withMetadata(Map<String, String> metadata) Set the metadata property: Metadata for log analytics.LogAnalytics.withWorkspaceId(String workspaceId) Set the workspaceId property: The workspace id for log analytics.LogAnalytics.withWorkspaceKey(String workspaceKey) Set the workspaceKey property: The workspace key for log analytics.LogAnalytics.withWorkspaceResourceId(String workspaceResourceId) Set the workspaceResourceId property: The workspace resource id for log analytics.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type LogAnalyticsModifier and TypeMethodDescriptionContainerGroupDiagnostics.withLogAnalytics(LogAnalytics logAnalytics) Set the logAnalytics property: Container group log analytics information.