次の方法で共有


OperationalInsightsWorkspaceResource.EnableIntelligencePackAsync メソッド

定義

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

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

パラメーター

intelligencePackName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

intelligencePackName が null です。

適用対象