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

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

Private Properties

Property Type Description
ParameterValidation void
ProcessWithContext void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Process the command.

Private Methods

Method Description
ParameterValidation ( ) : void
ProcessWithContext ( IServerDataServiceContext context ) : void

Process the request using the provided connection context

Method Details

ExecuteCmdlet() public method

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