C# Класс Microsoft.WindowsAzure.Commands.Storage.Queue.GetAzureStorageQueueCommand

Наследование: StorageQueueBaseCmdlet
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ExecuteCmdlet void
ListQueuesByName IEnumerable
ListQueuesByPrefix IEnumerable
WriteQueueWithCount void

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

GetAzureStorageQueueCommand() публичный Метод

Initializes a new instance of the GetAzureStorageQueueCommand class.
public GetAzureStorageQueueCommand ( ) : Commands.Common.Storage.ResourceModel
Результат Commands.Common.Storage.ResourceModel

GetAzureStorageQueueCommand() публичный Метод

Initializes a new instance of the GetAzureStorageQueueCommand class.
public GetAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Commands.Common.Storage.ResourceModel
channel IStorageQueueManagement IStorageQueueManagement channel
Результат Commands.Common.Storage.ResourceModel