Learn R Programming

AzureSMR (version 0.2.6)

azureDeleteHDI: Delete HDInsight cluster.

Description

Delete HDInsight cluster.

Usage

azureDeleteHDI(azureActiveContext, clustername, subscriptionID, resourceGroup,
  verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR, created by createAzureContext()

clustername

Cluster name, used for HDI and Spark clusters. See azureCreateHDI()

subscriptionID

Subscription ID. This is obtained automatically by azureAuthenticate() when only a single subscriptionID is available via Active Directory

resourceGroup

Name of the resource group

verbose

Print Tracing information (Default False)

Value

Data frame with HDInsight clusters information

References

https://docs.microsoft.com/en-us/rest/api/hdinsight/hdinsight-cluster#delete

See Also

Other HDInsight functions: azureCreateHDI, azureHDIConf, azureListHDI, azureResizeHDI, azureRunScriptAction, azureScriptActionHistory