Uses of Class
com.azure.resourcemanager.containerinstance.models.LogAnalyticsLogType
Packages that use LogAnalyticsLogType
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of LogAnalyticsLogType in com.azure.resourcemanager.containerinstance.models
Fields in com.azure.resourcemanager.containerinstance.models declared as LogAnalyticsLogTypeModifier and TypeFieldDescriptionstatic final LogAnalyticsLogTypeLogAnalyticsLogType.CONTAINER_INSIGHTSStatic value ContainerInsights for LogAnalyticsLogType.static final LogAnalyticsLogTypeLogAnalyticsLogType.CONTAINER_INSTANCE_LOGSStatic value ContainerInstanceLogs for LogAnalyticsLogType.Methods in com.azure.resourcemanager.containerinstance.models that return LogAnalyticsLogTypeModifier and TypeMethodDescriptionstatic LogAnalyticsLogTypeLogAnalyticsLogType.fromString(String name) Creates or finds a LogAnalyticsLogType from its string representation.LogAnalytics.logType()Get the logType property: The log type to be used.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type LogAnalyticsLogTypeModifier and TypeMethodDescriptionstatic Collection<LogAnalyticsLogType>LogAnalyticsLogType.values()Gets known LogAnalyticsLogType values.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type LogAnalyticsLogTypeModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.WithLogAnalytics.withLogAnalytics(String workspaceId, String workspaceKey, LogAnalyticsLogType logType, Map<String, String> metadata) Specifies the log analytics workspace with optional add-ons for the container group.LogAnalytics.withLogType(LogAnalyticsLogType logType) Set the logType property: The log type to be used.