Compartilhar via


HDInsightClient.DeleteClusterAsync Método

Definição

Sobrecargas

DeleteClusterAsync(String)

Envia uma solicitação para excluir um cluster HDInsight.

DeleteClusterAsync(String, String)

Envia uma solicitação para excluir um cluster HDInsight.

DeleteClusterAsync(String)

Envia uma solicitação para excluir um cluster HDInsight.

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

Parâmetros

name
String

Nome do cluster HDInsight.

Retornos

Tarefa que envia uma solicitação DeleteCluster.

Implementações

Aplica-se a

DeleteClusterAsync(String, String)

Envia uma solicitação para excluir um cluster HDInsight.

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

Parâmetros

name
String

Nome do cluster HDInsight.

location
String

Local do cluster HDInsight.

Retornos

Tarefa que envia uma solicitação DeleteCluster.

Implementações

Aplica-se a