HDInsightClient.DeleteClusterAsync Method

Definition

Overloads

DeleteClusterAsync(String)

Submits a request to delete an HDInsight cluster.

DeleteClusterAsync(String, String)

Submits a request to delete an HDInsight cluster.

DeleteClusterAsync(String)

Submits a request to delete an HDInsight cluster.

public System.Threading.Tasks.Task DeleteClusterAsync (string name);
abstract member DeleteClusterAsync : string -> System.Threading.Tasks.Task
override this.DeleteClusterAsync : string -> System.Threading.Tasks.Task
Public Function DeleteClusterAsync (name As String) As Task

Parameters

name
String

Name of the HDInsight cluster.

Returns

Task that submits a DeleteCluster request.

Implements

Applies to

DeleteClusterAsync(String, String)

Submits a request to delete an HDInsight cluster.

public System.Threading.Tasks.Task DeleteClusterAsync (string name, string location);
abstract member DeleteClusterAsync : string * string -> System.Threading.Tasks.Task
override this.DeleteClusterAsync : string * string -> System.Threading.Tasks.Task
Public Function DeleteClusterAsync (name As String, location As String) As Task

Parameters

name
String

Name of the HDInsight cluster.

location
String

Location of the HDInsight cluster.

Returns

Task that submits a DeleteCluster request.

Implements

Applies to