| Modifier and Type | Field and Description |
|---|---|
static LogAnalyticsLogType |
LogAnalyticsLogType.CONTAINER_INSIGHTS
Static value ContainerInsights for LogAnalyticsLogType.
|
static LogAnalyticsLogType |
LogAnalyticsLogType.CONTAINER_INSTANCE_LOGS
Static value ContainerInstanceLogs for LogAnalyticsLogType.
|
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsLogType |
LogAnalyticsLogType.fromString(String name)
Creates or finds a LogAnalyticsLogType from its string representation.
|
LogAnalyticsLogType |
LogAnalytics.logType()
Get the log type to be used.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<LogAnalyticsLogType> |
LogAnalyticsLogType.values() |
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.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 |
LogAnalytics.withLogType(LogAnalyticsLogType logType)
Set the log type to be used.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/