Learn R Programming

AzureSMR (version 0.2.6)

azureDeleteBatchAccount: Delete an azure batch account.

Description

Delete an azure batch account.

Usage

azureDeleteBatchAccount(azureActiveContext, batchAccount, resourceGroup,
  subscriptionID, 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

verbose

Print Tracing information (Default False)

References

https://docs.microsoft.com/en-us/rest/api/batchmanagement/batchaccount#BatchAccount_Delete

See Also

Other Batch account functions: azureBatchGetKey, azureCreateBatchAccount, azureListBatchAccounts