azureDeleteStorageContainer: Delete Storage container in a specified Storage Account.

Description Usage Arguments See Also

Description

Delete Storage container in a specified Storage Account.

Usage

1
2
azureDeleteStorageContainer(azureActiveContext, container, storageAccount,
  storageKey, resourceGroup, subscriptionID, verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR

container

Storage container name. See azureListStorageContainers()

storageAccount

Name of the azure storage account. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

storageKey

Storage key associated with storage 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

verbose

Print Tracing information (Default False)

See Also

Other Container functions: azureCreateStorageContainer, azureListStorageContainers


ymmah/AzureSMR documentation built on May 6, 2019, 10:53 a.m.