| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| 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 logType property: The log type to be used.
|
| 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 logType property: The log type to be used.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.