ExtensionsOperationsExtensions.BeginDelete Method

Definition

Deletes the specified extension for HDInsight cluster.

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)

Parameters

operations
IExtensionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster.

extensionName
String

The name of the cluster extension.

Applies to