autoscaleSettings

@JvmName(name = "emauuhoofxyjcunm")
suspend fun autoscaleSettings(value: Output<SqlDatabaseAutoscaleSettingsArgs>)
@JvmName(name = "gduxjyvuuyshuucc")
suspend fun autoscaleSettings(value: SqlDatabaseAutoscaleSettingsArgs?)

Parameters

value

An autoscale_settings block as defined below. This must be set upon database creation otherwise it cannot be updated without a manual destroy-apply.

Note: Switching between autoscale and manual throughput is not supported via this provider and must be completed via the Azure Portal and refreshed.


@JvmName(name = "sykuelilcflwjxyj")
suspend fun autoscaleSettings(argument: suspend SqlDatabaseAutoscaleSettingsArgsBuilder.() -> Unit)

Parameters

argument

An autoscale_settings block as defined below. This must be set upon database creation otherwise it cannot be updated without a manual destroy-apply.

Note: Switching between autoscale and manual throughput is not supported via this provider and must be completed via the Azure Portal and refreshed.