C# Class Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.RemoveAzureStorageContainerCommand

Inheritance: StorageCloudBlobCmdletBase
ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
ExecuteCmdlet void
RemoveAzureContainer Common.Task

Public Methods

Method Description
RemoveAzureStorageContainerCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveAzureStorageContainerCommand class.

RemoveAzureStorageContainerCommand ( IStorageBlobManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveAzureStorageContainerCommand class.

Protected Methods

Method Description
BeginProcessing ( ) : void

Cmdlet begin processing

Private Methods

Method Description
ExecuteCmdlet ( ) : void
RemoveAzureContainer ( long taskId, IStorageBlobManagement localChannel, string name ) : Common.Task

remove azure container by container name

Method Details

BeginProcessing() protected method

Cmdlet begin processing
protected BeginProcessing ( ) : void
return void

RemoveAzureStorageContainerCommand() public method

Initializes a new instance of the RemoveAzureStorageContainerCommand class.
public RemoveAzureStorageContainerCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common
return Microsoft.WindowsAzure.Commands.Storage.Common

RemoveAzureStorageContainerCommand() public method

Initializes a new instance of the RemoveAzureStorageContainerCommand class.
public RemoveAzureStorageContainerCommand ( IStorageBlobManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common
channel IStorageBlobManagement IStorageBlobManagement channel
return Microsoft.WindowsAzure.Commands.Storage.Common