OperationalInsightsWorkspaceResource.EnableIntelligencePack メソッド

定義

指定されたワークスペースのインテリジェンス パックを有効にします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable
  • 操作IdIntelligencePacks_Enable
public virtual Azure.Response EnableIntelligencePack (string intelligencePackName, System.Threading.CancellationToken cancellationToken = default);
abstract member EnableIntelligencePack : string * System.Threading.CancellationToken -> Azure.Response
override this.EnableIntelligencePack : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function EnableIntelligencePack (intelligencePackName As String, Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

intelligencePackName
String

有効にするインテリジェンス パックの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

intelligencePackName は空の文字列であり、空でないと予想されていました。

intelligencePackName が null です。

適用対象