HDInsightClient.DeleteClusterAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET