C# Class Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.NewAzureSqlDatabase

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
ProcessWithConnectionContext void
ProcessWithServerName void

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Process the command.

Private Methods

Méthode Description
ProcessWithConnectionContext ( int maxSizeGb, long maxSizeBytes ) : void

Process the request using the connection context.

ProcessWithServerName ( int maxSizeGb, long maxSizeBytes ) : void

Process the request using the server name

Method Details

ExecuteCmdlet() public méthode

Process the command.
public ExecuteCmdlet ( ) : void
Résultat void