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

Inheritance: StorageQueueBaseCmdlet
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description
ExecuteCmdlet void
SetupAccessPolicy void

Méthodes publiques

Méthode 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

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

Update the access policy

Method Details

NewAzureStorageQueueSasTokenCommand() public méthode

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

NewAzureStorageQueueSasTokenCommand() public méthode

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