Learn R Programming

AzureSMR (version 0.2.6)

azureListRG: Get all resource groups in subscription ID.

Description

Get all resource groups in subscription ID.

Usage

azureListRG(azureActiveContext, subscriptionID, verbose = FALSE)

Arguments

azureActiveContext

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

subscriptionID

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

verbose

Print Tracing information (Default False)

Value

Dataframe of resourceGroups

See Also

Other Resource group functions: azureCreateResourceGroup, azureDeleteResourceGroup, azureListAllResources, azureListSubscriptions