C# Class Microsoft.WindowsAzure.Commands.Storage.Queue.Cmdlet.NewAzureStorageQueueSasTokenCommand

Inheritance: StorageQueueBaseCmdlet
Datei anzeigen Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
ExecuteCmdlet void
SetupAccessPolicy void

Public Methods

Method Description
NewAzureStorageQueueSasTokenCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the NewAzureStorageQueueSasCommand class.

NewAzureStorageQueueSasTokenCommand ( IStorageQueueManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the NewAzureStorageQueueSasCommand class.

Private Methods

Method Description
ExecuteCmdlet ( ) : void
SetupAccessPolicy ( Microsoft.WindowsAzure.Storage.Queue.SharedAccessQueuePolicy policy, bool shouldSetExpiryTime ) : void

Update the access policy

Method Details

NewAzureStorageQueueSasTokenCommand() public method

Initializes a new instance of the NewAzureStorageQueueSasCommand class.
public NewAzureStorageQueueSasTokenCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common
return Microsoft.WindowsAzure.Commands.Storage.Common

NewAzureStorageQueueSasTokenCommand() public method

Initializes a new instance of the NewAzureStorageQueueSasCommand class.
public NewAzureStorageQueueSasTokenCommand ( IStorageQueueManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common
channel IStorageQueueManagement IStorageBlobManagement channel
return Microsoft.WindowsAzure.Commands.Storage.Common