IHDInsightAsyncClient.DeleteClusterAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Public Function DeleteClusterAsync (name As String) As Task
Parameters
- name
- String
Name of the HDInsight cluster.
Returns
Task that submits a DeleteCluster request.
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
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.
Applies to
Azure SDK for .NET