Uses of Class
com.azure.resourcemanager.containerinstance.models.LogAnalytics
Packages that use LogAnalytics
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of LogAnalytics in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type LogAnalyticsModifier and TypeClassDescriptionfinal classContainer group log analytics information.Methods in com.azure.resourcemanager.containerinstance.models that return LogAnalyticsModifier and TypeMethodDescriptionstatic LogAnalyticsLogAnalytics.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LogAnalytics from the JsonReader.ContainerGroup.logAnalytics()Gets the log analytics information of the container group.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.