AzureHdInsightManagementClient.DeleteCluster(String, String) 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.
public virtual void DeleteCluster (string resourceGroupName, string clusterName);
public virtual Microsoft.Azure.Management.HDInsight.Models.OperationResource DeleteCluster (string resourceGroupName, string clusterName);
abstract member DeleteCluster : string * string -> unit
override this.DeleteCluster : string * string -> unit
abstract member DeleteCluster : string * string -> Microsoft.Azure.Management.HDInsight.Models.OperationResource
override this.DeleteCluster : string * string -> Microsoft.Azure.Management.HDInsight.Models.OperationResource
Public Overridable Sub DeleteCluster (resourceGroupName As String, clusterName As String)
Public Overridable Function DeleteCluster (resourceGroupName As String, clusterName As String) As OperationResource
Parameters
- resourceGroupName
- String
- clusterName
- String
Returns
Microsoft.Azure.Management.HDInsight.Models.OperationResource