C# Class Microsoft.WindowsAzure.Commands.Storage.Queue.RemoveAzureStorageQueueCommand

Inheritance: StorageQueueBaseCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
ConfirmRemove bool
ExecuteCmdlet void
RemoveAzureQueue bool

Méthodes publiques

Méthode Description
RemoveAzureStorageQueueCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveAzureStorageQueueCommand class.

RemoveAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveAzureStorageQueueCommand class.

Private Methods

Méthode Description
ConfirmRemove ( string message ) : bool

confirm the remove operation

ExecuteCmdlet ( ) : void
RemoveAzureQueue ( string name ) : bool

remove an azure queue

Method Details

RemoveAzureStorageQueueCommand() public méthode

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

RemoveAzureStorageQueueCommand() public méthode

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