Share via


ExtensionsOperationsExtensions.Delete Method

Definition

Deletes the specified extension for HDInsight cluster.

public static void Delete (this Microsoft.Azure.Management.HDInsight.IExtensionsOperations operations, string resourceGroupName, string clusterName, string extensionName);
static member Delete : Microsoft.Azure.Management.HDInsight.IExtensionsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (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