skuName

@JvmName(name = "axwoicokjofugssk")
suspend fun skuName(value: Output<String>)
@JvmName(name = "jqanuffuwdlietdh")
suspend fun skuName(value: String?)

Parameters

value

Specifies the name of the SKU used by the database. For example, GP_S_Gen5_2,HS_Gen4_1,BC_Gen5_2, ElasticPool, Basic,S0, P2 ,DW100c, DS100. Changing this from the HyperScale service tier to another service tier will create a new resource.

Note: A full list of supported SKU names by region can be retrieved using the Azure CLI: az sql db list-editions -l <region> -o table Note: The default sku_name value may differ between Azure locations depending on local availability of Gen4/Gen5 capacity. When databases are replicated using the creation_source_database_id property, the source (primary) database cannot have a higher SKU service tier than any secondary databases. When changing the sku_name of a database having one or more secondary databases, this resource will first update any secondary databases as necessary. In such cases it's recommended to use the same sku_name in your configuration for all related databases, as not doing so may cause an unresolvable diff during subsequent plans.