Delete a specifed storage blob.
azureDeleteBlob(azureActiveContext, blob, directory, storageAccount, storageKey,
container, resourceGroup, verbose = FALSE)
Either an azureActiveContext
object or NULL
. The blob store functions support two modes of connecting to the Azure API: authenticate using Active Directory or providing your own storage key. If this value is NULL
, you must provide the storageKey
.
Blob name
Blob store directory to list for content
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.
Storage key associated with storage account
Storage container name. See azureListStorageContainers()
Name of the resource group
Print Tracing information (Default False)
Either an azureActiveContext
object or NULL
. The blob store functions support two modes of connecting to the Azure API: authenticate using Active Directory or providing your own storage key. If this value is NULL
, you must provide the storageKey
.
Blob name
Blob store directory to list for content
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.
Storage key associated with storage account
Storage container name. See azureListStorageContainers()
Name of the resource group
Print Tracing information (Default False)
The blob store functions support two modes of connecting to the Azure API:authenticate using Active Directory or providing your own storage key. If this value is `NULL`, you must provide the `storageKey` .
The blob store functions support two modes of connecting to the Azure API:authenticate using Active Directory or providing your own storage key. If this value is `NULL`, you must provide the `storageKey` .
Other Blob store functions: azureBlobCD
,
azureBlobFind
, azureBlobLS
,
azureGetBlob
,
azureListStorageBlobs
,
azurePutBlob