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

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

Private Properties

Property Type Description
ExecuteCmdlet void
ListQueuesByName IEnumerable
ListQueuesByPrefix IEnumerable
WriteQueueWithCount void

Public Methods

Method Description
GetAzureStorageQueueCommand ( ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the GetAzureStorageQueueCommand class.

GetAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the GetAzureStorageQueueCommand class.

Private Methods

Method Description
ExecuteCmdlet ( ) : void
ListQueuesByName ( string name ) : IEnumerable

list azure queues by name

ListQueuesByPrefix ( string prefix ) : IEnumerable

list azure queues by prefix

WriteQueueWithCount ( IEnumerable queueList ) : void

write azure queue with message count

Method Details

GetAzureStorageQueueCommand() public method

Initializes a new instance of the GetAzureStorageQueueCommand class.
public GetAzureStorageQueueCommand ( ) : Commands.Common.Storage.ResourceModel
return Commands.Common.Storage.ResourceModel

GetAzureStorageQueueCommand() public method

Initializes a new instance of the GetAzureStorageQueueCommand class.
public GetAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Commands.Common.Storage.ResourceModel
channel IStorageQueueManagement IStorageQueueManagement channel
return Commands.Common.Storage.ResourceModel