IHDInsightSyncClient.DeleteCluster 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
DeleteCluster(String) |
Submits a request to delete an HDInsight cluster and waits for it to complete. |
DeleteCluster(String, String) |
Submits a request to delete an HDInsight cluster and waits for it to complete. |
DeleteCluster(String, TimeSpan) |
Submits a request to delete an HDInsight cluster and waits for it to complete. |
DeleteCluster(String, String, TimeSpan) |
Submits a request to delete an HDInsight cluster and waits for it to complete. |
DeleteCluster(String)
Submits a request to delete an HDInsight cluster and waits for it to complete.
public void DeleteCluster (string dnsName);
abstract member DeleteCluster : string -> unit
Public Sub DeleteCluster (dnsName As String)
Parameters
- dnsName
- String
Name of the HDInsight cluster.
Applies to
DeleteCluster(String, String)
Submits a request to delete an HDInsight cluster and waits for it to complete.
public void DeleteCluster (string dnsName, string location);
abstract member DeleteCluster : string * string -> unit
Public Sub DeleteCluster (dnsName As String, location As String)
Parameters
- dnsName
- String
Name of the HDInsight cluster.
- location
- String
Location of the HDInsight cluster.
Applies to
DeleteCluster(String, TimeSpan)
Submits a request to delete an HDInsight cluster and waits for it to complete.
public void DeleteCluster (string dnsName, TimeSpan timeout);
abstract member DeleteCluster : string * TimeSpan -> unit
Public Sub DeleteCluster (dnsName As String, timeout As TimeSpan)
Parameters
- dnsName
- String
Name of the HDInsight cluster.
- timeout
- TimeSpan
Timeout interval for the operation.
Applies to
DeleteCluster(String, String, TimeSpan)
Submits a request to delete an HDInsight cluster and waits for it to complete.
public void DeleteCluster (string dnsName, string location, TimeSpan timeout);
abstract member DeleteCluster : string * string * TimeSpan -> unit
Public Sub DeleteCluster (dnsName As String, location As String, timeout As TimeSpan)
Parameters
- dnsName
- String
Name of the HDInsight cluster.
- location
- String
Location of the HDInsight cluster.
- timeout
- TimeSpan
Timeout interval for the operation.
Applies to
Azure SDK for .NET