azureDeleteResourceGroup: Delete a resourceGroup with all Resources.

Description Usage Arguments Value See Also

View source: R/AzureResources.R

Description

Delete a resourceGroup with all Resources.

Usage

1
2
3
4
5
6
7
azureDeleteResourceGroup(
  azureActiveContext,
  resourceGroup,
  subscriptionID,
  type,
  verbose = FALSE
)

Arguments

azureActiveContext

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

resourceGroup

Name of the resource group

subscriptionID

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

type

filter by resource type

verbose

If TRUE, prints verbose messages

Value

Returns Dataframe of Resources

See Also

Other Resource group functions: azureCreateResourceGroup(), azureListAllResources(), azureListRG(), azureListSubscriptions()


CharlesCara/AzureSMRLite documentation built on March 10, 2020, 11:52 p.m.