C# 클래스 Microsoft.Azure.Commands.Sql.Location_Capabilities.Cmdlet.GetAzureSqlCapability

상속: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
CreateExpandedDetails string
ExpandEdition void
ExpandServiceObjective void
FilterByDefaults void
FilterByEditionName void
FilterByServerVersion void
FilterByServiceObjectiveName void
GetEditionInformation string
GetServiceObjectiveInformation string
GetVersionInformation string

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Executes the cmdlet

비공개 메소드들

메소드 설명
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

메소드 상세

ExecuteCmdlet() 공개 메소드

Executes the cmdlet
public ExecuteCmdlet ( ) : void
리턴 void