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

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Datei anzeigen Open project: Azure/azure-powershell

Private Properties

Property Type Description
ProcessWithConnectionContext void
ProcessWithServerName void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Process the command.

Private Methods

Method Description
ProcessWithConnectionContext ( string databaseName, int maxSizeGb, long maxSizeBytes, DatabaseEdition edition ) : void

process the request using the connection context.

ProcessWithServerName ( string databaseName, int maxSizeGb, long maxSizeBytes, DatabaseEdition edition ) : void

Process the request using a temporary connection context using certificate authentication

Method Details

ExecuteCmdlet() public method

Process the command.
public ExecuteCmdlet ( ) : void
return void