This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureStorage.
Summary
Deletes an Azure blob from Azure Storage using a prefix to determine which blobs to delete, prefix = BlobName
- Assembly
- Cake
.AzureStorage .dll - Namespace
- Cake
.AzureStorage - Containing Type
- AzureStorage
Syntax
public static IEnumerable<string> DeleteBlobsByPrefix(AzureStorageSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | AzureStorageSettings | Azure Storage Settings |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
