次の方法で共有


OperationalInsightsWorkspaceResource.DisableIntelligencePack メソッド

定義

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

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

パラメーター

intelligencePackName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

intelligencePackName が null です。

適用対象