C# Class Microsoft.WindowsAzure.Commands.Storage.Table.Cmdlet.NewAzureStorageTableCommand

Inheritance: StorageCloudTableCmdletBase
Show file Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
CreateAzureTable AzureStorageTable
ExecuteCmdlet void

Public Methods

Method Description
NewAzureStorageTableCommand ( ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the NewAzureStorageTableCommand class.

NewAzureStorageTableCommand ( IStorageTableManagement channel ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the NewAzureStorageTableCommand class.

Private Methods

Method Description
CreateAzureTable ( string name ) : AzureStorageTable

create an azure table

ExecuteCmdlet ( ) : void

Method Details

NewAzureStorageTableCommand() public method

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

NewAzureStorageTableCommand() public method

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