sku

@JvmName(name = "uytxqffxakiycyqf")
suspend fun sku(value: Output<SkuArgs>)
@JvmName(name = "uaojfushlibcdngy")
suspend fun sku(value: SkuArgs?)

Parameters

value

The database SKU. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the Capabilities_ListByLocation REST API or one of the following commands:

az sql db list-editions -l <location> -o table
Get-AzSqlServerServiceObjective -Location <location>

@JvmName(name = "jcjjxpxkeaouujqq")
suspend fun sku(argument: suspend SkuArgsBuilder.() -> Unit)

Parameters

argument

The database SKU. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the Capabilities_ListByLocation REST API or one of the following commands:

az sql db list-editions -l <location> -o table
Get-AzSqlServerServiceObjective -Location <location>