C# Class Microsoft.WindowsAzure.Commands.Storage.Table.Cmdlet.GetAzureStorageTableCommand

Inheritance: StorageCloudTableCmdletBase
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
ExecuteCmdlet void
ListTablesByName IEnumerable
ListTablesByPrefix IEnumerable
WriteTablesWithStorageContext void

Public Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

GetAzureStorageTableCommand() public method

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

GetAzureStorageTableCommand() public method

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