autoscaleSettings

@JvmName(name = "otfvovhcfdlybijw")
suspend fun autoscaleSettings(value: Output<SqlContainerAutoscaleSettingsArgs>)
@JvmName(name = "bvtiauxtchxqxply")
suspend fun autoscaleSettings(value: SqlContainerAutoscaleSettingsArgs?)

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 = "oudrodyoymttfcfs")
suspend fun autoscaleSettings(argument: suspend SqlContainerAutoscaleSettingsArgsBuilder.() -> 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.