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

Inheritance: StorageQueueBaseCmdlet
ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
CreateAzureQueue AzureStorageQueue
ExecuteCmdlet void

Public Methods

Method 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

Method Description
CreateAzureQueue ( string name ) : AzureStorageQueue

create an azure queue

ExecuteCmdlet ( ) : void

Method Details

NewAzureStorageQueueCommand() public method

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

NewAzureStorageQueueCommand() public method

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