Get all HDInsight Clusters in default Subscription or details for a specified cluster name.
azureListHDI(azureActiveContext, resourceGroup, clustername = "*",
subscriptionID, name, type, location, verbose = FALSE)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
Name of the resource group
Cluster name, used for HDI and Spark clusters. See azureCreateHDI()
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
filter by resource name
filter by resource type
Azure region, e.g. 'westeurope' or 'southcentralus'
Print Tracing information (Default False)
data frame with summary information of HDI clusters
https://docs.microsoft.com/en-us/rest/api/hdinsight/hdinsight-cluster#list-by-subscription
Other HDInsight functions: azureCreateHDI
,
azureDeleteHDI
, azureHDIConf
,
azureResizeHDI
,
azureRunScriptAction
,
azureScriptActionHistory