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

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

Private Properties

Свойство Type Description
CreateAzureTable AzureStorageTable
ExecuteCmdlet void

Méthodes publiques

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

Méthode Description
CreateAzureTable ( string name ) : AzureStorageTable

create an azure table

ExecuteCmdlet ( ) : void

Method Details

NewAzureStorageTableCommand() public méthode

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

NewAzureStorageTableCommand() public méthode

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