Get-AzMySqlFlexibleServerLocationBasedCapability
Get the available SKU information for the location
Syntax
Default (Default)
Get-AzMySqlFlexibleServerLocationBasedCapability
-Location <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get the available SKU information for the location
Examples
Example 1: Get location capabilities by location name
Get-AzMySqlFlexibleServerLocationBasedCapability -Location westus2
"Please refer to https://aka.ms/mysql-pricing for pricing details"
SKU Memory Tier vCore
--- ------ ---- -----
Standard_B1s 1024 Burstable 1
Standard_B1ms 2048 Burstable 1
Standard_B2s 2048 Burstable 2
Standard_D2ds_v4 4096 GeneralPurpose 2
Standard_D4ds_v4 4096 GeneralPurpose 4
Standard_D8ds_v4 4096 GeneralPurpose 8
Standard_D16ds_v4 4096 GeneralPurpose 16
Standard_D32ds_v4 4096 GeneralPurpose 32
Standard_D48ds_v4 4096 GeneralPurpose 48
Standard_D64ds_v4 4096 GeneralPurpose 64
Standard_E2ds_v4 8192 MemoryOptimized 2
Standard_E4ds_v4 8192 MemoryOptimized 4
Standard_E8ds_v4 8192 MemoryOptimized 8
Standard_E16ds_v4 8192 MemoryOptimized 16
Standard_E32ds_v4 8192 MemoryOptimized 32
Standard_E48ds_v4 8192 MemoryOptimized 48
Standard_E64ds_v4 8192 MemoryOptimized 64
This cmdlet shows basic sku information of the provided location.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Parameter properties
Type: | PSObject |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AzureRMContext, AzureCredential |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Location
The name of the location.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-SubscriptionId
The ID of the target subscription.
Parameter properties
Type: | String[] |
Default value: | (Get-AzContext).Subscription.Id |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
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.