Learn R Programming

AzureSMR (version 0.2.6)

azureListHDI: Get all HDInsight Clusters in default Subscription or details for a specified cluster name.

Description

Get all HDInsight Clusters in default Subscription or details for a specified cluster name.

Usage

azureListHDI(azureActiveContext, resourceGroup, clustername = "*",
  subscriptionID, name, type, location, verbose = FALSE)

Arguments

azureActiveContext

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

resourceGroup

Name of the resource group

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

name

filter by resource name

type

filter by resource type

location

Azure region, e.g. 'westeurope' or 'southcentralus'

verbose

Print Tracing information (Default False)

Value

data frame with summary information of HDI clusters

References

https://docs.microsoft.com/en-us/rest/api/hdinsight/hdinsight-cluster#list-by-subscription

See Also

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