OperationalInsightsWorkspaceResource.DisableIntelligencePackAsync メソッド

定義

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

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

パラメーター

intelligencePackName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

intelligencePackName が null です。

適用対象