Compartir a través de


ClustersOperationsExtensions.BeginDelete Método

Definición

Elimina el clúster de HDInsight especificado.

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

Parámetros

operations
IClustersOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

clusterName
String

Nombre del clúster.

Se aplica a