C# Class Microsoft.Azure.Commands.Sql.Location_Capabilities.Cmdlet.GetAzureSqlCapability

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
CreateExpandedDetails string
ExpandEdition void
ExpandServiceObjective void
FilterByDefaults void
FilterByEditionName void
FilterByServerVersion void
FilterByServiceObjectiveName void
GetEditionInformation string
GetServiceObjectiveInformation string
GetVersionInformation string

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Executes the cmdlet

Private Methods

Méthode Description
CreateExpandedDetails ( Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel model, int depth ) : string

Given a LocationCapabilityModel constructs a formatted string of its expanded details to the desired depth.

ExpandEdition ( int depth, StringBuilder builder, Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel version, string prefix ) : void

Formats all the supported editions in version as strings prefixed with prefix and appends them to the builder

ExpandServiceObjective ( StringBuilder builder, Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel edition, string prefix ) : void

Formats all the supported service objectives in edition as strings prefixed with prefix and appends them to the builder

FilterByDefaults ( Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel model ) : void

Filter the results based on what is marked as status

FilterByEditionName ( Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel model ) : void

Filter the results based on the Edition Name

FilterByServerVersion ( Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel model ) : void

Filter the results based on the server version name

FilterByServiceObjectiveName ( Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel model ) : void

Filter the results based on the Service Objective Name

GetEditionInformation ( string baseString, Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel edition ) : string

Gets the string formatting of the edition object

GetServiceObjectiveInformation ( string baseString, Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel objective ) : string

Gets the string formatting of the service objective object

GetVersionInformation ( Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel version ) : string

Gets the string formatting of the server version object

Method Details

ExecuteCmdlet() public méthode

Executes the cmdlet
public ExecuteCmdlet ( ) : void
Résultat void