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

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

Private Properties

프로퍼티 타입 설명
ExecuteCmdlet void
SetupAccessPolicy void
ValidatePkAndRk void

공개 메소드들

메소드 설명
NewAzureStorageTableSasTokenCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the NewAzureStorageTableSasCommand class.

NewAzureStorageTableSasTokenCommand ( IStorageTableManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the NewAzureStorageTableSasCommand class.

비공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void
SetupAccessPolicy ( Microsoft.WindowsAzure.Storage.Table.SharedAccessTablePolicy policy, bool shouldSetExpiryTime ) : void

Update the access policy

ValidatePkAndRk ( string startPartitionKey, string startRowKey, string endPartitionKey, string endRowKey ) : void

Validate the combination of PartitionKey and RowKey

메소드 상세

NewAzureStorageTableSasTokenCommand() 공개 메소드

Initializes a new instance of the NewAzureStorageTableSasCommand class.
public NewAzureStorageTableSasTokenCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common
리턴 Microsoft.WindowsAzure.Commands.Storage.Common

NewAzureStorageTableSasTokenCommand() 공개 메소드

Initializes a new instance of the NewAzureStorageTableSasCommand class.
public NewAzureStorageTableSasTokenCommand ( IStorageTableManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common
channel IStorageTableManagement IStorageBlobManagement channel
리턴 Microsoft.WindowsAzure.Commands.Storage.Common