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

Inheritance: StorageQueueBaseCmdlet
Mostra file Open project: Azure/azure-powershell

Private Properties

Property Type Description
ConfirmRemove bool
ExecuteCmdlet void
RemoveAzureQueue bool

Public Methods

Method 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

Method Description
ConfirmRemove ( string message ) : bool

confirm the remove operation

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

remove an azure queue

Method Details

RemoveAzureStorageQueueCommand() public method

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

RemoveAzureStorageQueueCommand() public method

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