public static interface ContainerGroup.DefinitionStages.WithLogAnalytics
Modifier and Type | Method and Description |
---|---|
ContainerGroup.DefinitionStages.WithCreate |
withLogAnalytics(String workspaceId,
String workspaceKey)
Specifies the log analytics workspace to use for the container group.
|
ContainerGroup.DefinitionStages.WithCreate |
withLogAnalytics(String workspaceId,
String workspaceKey,
LogAnalyticsLogType logType,
Map<String,String> metadata)
Specifies the log analytics workspace with optional add-ons for the container group.
|
@Beta(value=V1_23_0) ContainerGroup.DefinitionStages.WithCreate withLogAnalytics(String workspaceId, String workspaceKey)
workspaceId
- the id of the previously-created log analytics workspaceworkspaceKey
- the key of the previously-created log analytics workspace@Beta(value=V1_23_0) ContainerGroup.DefinitionStages.WithCreate withLogAnalytics(String workspaceId, String workspaceKey, LogAnalyticsLogType logType, Map<String,String> metadata)
workspaceId
- the id of the previously-created log analytics workspaceworkspaceKey
- the key of the previously-created log analytics workspacelogType
- the log type to be used. Possible values include: 'ContainerInsights', 'ContainerInstanceLogs'.metadata
- the metadata for log analyticsCopyright © 2019. All rights reserved.