Uses of Class
com.azure.resourcemanager.containerinstance.models.LogAnalyticsLogType
-
Packages that use LogAnalyticsLogType Package Description com.azure.resourcemanager.containerinstance.models 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 LogAnalyticsLogType Modifier and Type Field Description static LogAnalyticsLogTypeLogAnalyticsLogType. CONTAINER_INSIGHTSStatic value ContainerInsights for LogAnalyticsLogType.static LogAnalyticsLogTypeLogAnalyticsLogType. CONTAINER_INSTANCE_LOGSStatic value ContainerInstanceLogs for LogAnalyticsLogType.Methods in com.azure.resourcemanager.containerinstance.models that return LogAnalyticsLogType Modifier and Type Method Description static LogAnalyticsLogTypeLogAnalyticsLogType. fromString(String name)Creates or finds a LogAnalyticsLogType from its string representation.LogAnalyticsLogTypeLogAnalytics. 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 LogAnalyticsLogType Modifier and Type Method Description static Collection<LogAnalyticsLogType>LogAnalyticsLogType. values()Methods in com.azure.resourcemanager.containerinstance.models with parameters of type LogAnalyticsLogType Modifier and Type Method Description ContainerGroup.DefinitionStages.WithCreateContainerGroup.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.LogAnalyticsLogAnalytics. withLogType(LogAnalyticsLogType logType)Set the logType property: The log type to be used.
-