Uses of Class
com.azure.resourcemanager.containerinstance.models.LogAnalytics
-
Packages that use LogAnalytics Package Description com.azure.resourcemanager.containerinstance.models 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 LogAnalytics Modifier and Type Method Description LogAnalyticsContainerGroup. logAnalytics()LogAnalyticsContainerGroupDiagnostics. logAnalytics()Get the logAnalytics property: Container group log analytics information.LogAnalyticsLogAnalytics. withLogType(LogAnalyticsLogType logType)Set the logType property: The log type to be used.LogAnalyticsLogAnalytics. withMetadata(Map<String,String> metadata)Set the metadata property: Metadata for log analytics.LogAnalyticsLogAnalytics. withWorkspaceId(String workspaceId)Set the workspaceId property: The workspace id for log analytics.LogAnalyticsLogAnalytics. withWorkspaceKey(String workspaceKey)Set the workspaceKey property: The workspace key for log analytics.LogAnalyticsLogAnalytics. 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 LogAnalytics Modifier and Type Method Description ContainerGroupDiagnosticsContainerGroupDiagnostics. withLogAnalytics(LogAnalytics logAnalytics)Set the logAnalytics property: Container group log analytics information.
-