C# Class Elastacloud.AzureManagement.Fluent.Commands.Blobs.DeleteBlobCommand

Used to delete a blob and snapshots within a specified container
Inheritance: BlobCommand
Show file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
Execute ( ) : void

Private Methods

Method Description
DeleteBlobCommand ( string containerName, string blobName ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void