AzureStorage.

DeleteBlobsByPrefix(AzureStorageSettings) Method

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<string>