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

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

Public Methods

Method Description
Execute ( ) : void

Private Methods

Method Description
DeleteBlobContainerCommand ( string containerName ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void