次の方法で共有


ExtensionsOperationsExtensions.BeginDelete メソッド

定義

HDInsight クラスターの指定された拡張機能を削除します。

public static void BeginDelete (this Microsoft.Azure.Management.HDInsight.IExtensionsOperations operations, string resourceGroupName, string clusterName, string extensionName);
static member BeginDelete : Microsoft.Azure.Management.HDInsight.IExtensionsOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IExtensionsOperations, resourceGroupName As String, clusterName As String, extensionName As String)

パラメーター

operations
IExtensionsOperations

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

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスターの名前です。

extensionName
String

クラスター拡張機能の名前。

適用対象