C# Класс Microsoft.WindowsAzure.Commands.Storage.Table.Cmdlet.GetAzureStorageTableCommand

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

Private Properties

Свойство Тип Описание
ExecuteCmdlet void
ListTablesByName IEnumerable
ListTablesByPrefix IEnumerable
WriteTablesWithStorageContext void

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

Метод Описание
GetAzureStorageTableCommand ( ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the GetAzureStorageTableCommand class.

GetAzureStorageTableCommand ( IStorageTableManagement channel ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the GetAzureStorageTableCommand class.

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

Метод Описание
ExecuteCmdlet ( ) : void
ListTablesByName ( string name ) : IEnumerable

list azure tables by table name

ListTablesByPrefix ( string prefix ) : IEnumerable

list azure queues by prefix

WriteTablesWithStorageContext ( IEnumerable tableList ) : void

write cloud table with storage context

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

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

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

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

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