Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightManagementClient.DeleteCluster C# (CSharp) Method

DeleteCluster() public method

public DeleteCluster ( string resourceGroupName, string clusterName ) : Microsoft.Azure.Management.HDInsight.Models.OperationResource
resourceGroupName string
clusterName string
return Microsoft.Azure.Management.HDInsight.Models.OperationResource
        public virtual OperationResource DeleteCluster(string resourceGroupName, string clusterName)
        {
            return HdInsightManagementClient.Clusters.Delete(resourceGroupName, clusterName);
        }