次の方法で共有


IWithLogAnalyticsBeta.WithLogAnalytics メソッド

定義

オーバーロード

WithLogAnalytics(String, String)

コンテナー グループに使用するログ分析ワークスペースを指定します。

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

コンテナー グループのオプションのアドオンを含むログ分析ワークスペースを指定します。

WithLogAnalytics(String, String)

コンテナー グループに使用するログ分析ワークスペースを指定します。

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

以前に作成したログ分析ワークスペースの ID。

workspaceKey
String

以前に作成したログ分析ワークスペースのキー。

戻り値

適用対象

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

コンテナー グループのオプションのアドオンを含むログ分析ワークスペースを指定します。

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

以前に作成したログ分析ワークスペースの ID。

workspaceKey
String

以前に作成したログ分析ワークスペースのキー。

logType
LogAnalyticsLogType

使用するログの種類。 使用できる値は、'ContainerInsights'、'ContainerInstanceLogs' です。

metadata
IDictionary<String,String>

ログ分析のメタデータ。

戻り値

適用対象