次の方法で共有


IntelligencePacksOperationsExtensions.Disable メソッド

定義

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

public static void Disable(this Microsoft.Azure.Management.OperationalInsights.IIntelligencePacksOperations operations, string resourceGroupName, string workspaceName, string intelligencePackName);
static member Disable : Microsoft.Azure.Management.OperationalInsights.IIntelligencePacksOperations * string * string * string -> unit
<Extension()>
Public Sub Disable (operations As IIntelligencePacksOperations, resourceGroupName As String, workspaceName As String, intelligencePackName As String)

パラメーター

operations
IIntelligencePacksOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

intelligencePackName
String

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

適用対象