Frends.AzureBlobStorage.DeleteContainer / 3.1.0
Summary
Removes a container and everything inside it in one operation, which is not recoverable through the Task.
Typical use — tearing down a working area a Process created; deleting individual files is the blob delete Task's job
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ContainerName | String |
– | test-container |
Name of the Azure blob storage container which will be deleted. |