Property | Type | Description | |
---|---|---|---|
ExecuteCmdlet | void | ||
SetupAccessPolicy | void | ||
ValidatePkAndRk | void |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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
|
public NewAzureStorageTableSasTokenCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common | ||
return | Microsoft.WindowsAzure.Commands.Storage.Common |
public NewAzureStorageTableSasTokenCommand ( IStorageTableManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common | ||
channel | IStorageTableManagement | IStorageBlobManagement channel |
return | Microsoft.WindowsAzure.Commands.Storage.Common |