The Get-AzSqlCapability cmdlet gets the Azure SQL Database capabilities available on the current subscription for a region.
If you specify the ServerVersionName, EditionName, or ServiceObjectiveName parameters, this cmdlet returns the specified values and their predecessors.
Examples
Example 1: Get capabilities for the current subscription for a region
Get-AzSqlCapability -LocationName "Central US"
Location : Central US
Status : Available
SupportedServerVersions : {12.0, 2.0}
This command returns the capabilities for SQL Database instances on the current subscription for the Central US region.
Example 2: Get default capabilities for the current subscription for a region
Location : Central US
Status : Available
ExpandedDetails : Version: 12.0 (Available) -> Edition: Standard (Default) -> Service Objective: S1 (Available)
Version: 2.0 (Default) -> Edition: Standard (Default) -> Service Objective: S1 (Available)
This command gets default capabilities for SQL Databases for the specified service objective on the current subscription.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Specifies the name of the Location for which this cmdlet gets capabilities.
For more information, see Azure Regionshttp://azure.microsoft.com/en-us/regions/ (http://azure.microsoft.com/en-us/regions/).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.