Learn R Programming

AzureSMR (version 0.2.6)

azureCreateBatchAccount: Create an azure batch account.

Description

Create an azure batch account.

Usage

azureCreateBatchAccount(azureActiveContext, batchAccount,
  location = "northeurope", resourceGroup, subscriptionID,
  asynchronous = FALSE, verbose = FALSE)

Arguments

azureActiveContext

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

location

A string for the location to create batch account

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

asynchronous

If TRUE, submits asynchronous request to Azure. Otherwise waits until batch account is created.

verbose

Print Tracing information (Default False)

References

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

See Also

Other Batch account functions: azureBatchGetKey, azureDeleteBatchAccount, azureListBatchAccounts