C# 클래스 Microsoft.WindowsAzure.Commands.Storage.Table.Cmdlet.GetAzureStorageTableCommand

상속: StorageCloudTableCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

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