C# Class Microsoft.WindowsAzure.Commands.Storage.Queue.NewAzureStorageQueueCommand

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

Private Properties

Свойство Type Description
CreateAzureQueue AzureStorageQueue
ExecuteCmdlet void

Méthodes publiques

Méthode Description
NewAzureStorageQueueCommand ( ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the GetAzureStorageQueueCommand class.

NewAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the NewAzureStorageQueueCommand class.

Private Methods

Méthode Description
CreateAzureQueue ( string name ) : AzureStorageQueue

create an azure queue

ExecuteCmdlet ( ) : void

Method Details

NewAzureStorageQueueCommand() public méthode

Initializes a new instance of the GetAzureStorageQueueCommand class.
public NewAzureStorageQueueCommand ( ) : Commands.Common.Storage.ResourceModel
Résultat Commands.Common.Storage.ResourceModel

NewAzureStorageQueueCommand() public méthode

Initializes a new instance of the NewAzureStorageQueueCommand class.
public NewAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Commands.Common.Storage.ResourceModel
channel IStorageQueueManagement IStorageQueueManagement channel
Résultat Commands.Common.Storage.ResourceModel