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

Inheritance: StorageCloudBlobCmdletBase
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description
ExecuteCmdlet void
RemoveAzureContainer Common.Task

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void

Cmdlet begin processing

Private Methods

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

remove azure container by container name

Method Details

BeginProcessing() protected méthode

Cmdlet begin processing
protected BeginProcessing ( ) : void
Résultat void

RemoveAzureStorageContainerCommand() public méthode

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

RemoveAzureStorageContainerCommand() public méthode

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