你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithLogAnalyticsBeta.WithLogAnalytics 方法

定义

重载

WithLogAnalytics(String, String)

指定要用于容器组的 log Analytics 工作区。

WithLogAnalytics(String, String, LogAnalyticsLogType, IDictionary<String,String>)

指定具有容器组的可选加载项的 Log Analytics 工作区。

WithLogAnalytics(String, String)

指定要用于容器组的 log Analytics 工作区。

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate WithLogAnalytics (string workspaceId, string workspaceKey);
abstract member WithLogAnalytics : string * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate
Public Function WithLogAnalytics (workspaceId As String, workspaceKey As String) As IWithCreate

参数

workspaceId
String

以前创建的 log Analytics 工作区的 ID。

workspaceKey
String

以前创建的 Log Analytics 工作区的密钥。

返回

适用于

WithLogAnalytics(String, String, LogAnalyticsLogType, IDictionary<String,String>)

指定具有容器组的可选加载项的 Log Analytics 工作区。

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate WithLogAnalytics (string workspaceId, string workspaceKey, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.LogAnalyticsLogType logType, System.Collections.Generic.IDictionary<string,string> metadata);
abstract member WithLogAnalytics : string * string * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.LogAnalyticsLogType * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate
Public Function WithLogAnalytics (workspaceId As String, workspaceKey As String, logType As LogAnalyticsLogType, metadata As IDictionary(Of String, String)) As IWithCreate

参数

workspaceId
String

以前创建的 log Analytics 工作区的 ID。

workspaceKey
String

以前创建的 Log Analytics 工作区的密钥。

logType
LogAnalyticsLogType

要使用的日志类型。 可能的值包括:“ContainerInsights”、“ContainerInstanceLogs”。

metadata
IDictionary<String,String>

日志分析的元数据。

返回

适用于