autoscaleSettings

@JvmName(name = "yvhtbumuwadknukq")
suspend fun autoscaleSettings(value: Output<SqlContainerAutoscaleSettingsArgs>)
@JvmName(name = "wuysxtqaedjfenhi")
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. Requires partition_key_path to be set.

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 = "laiibpkxglpahfcx")
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. Requires partition_key_path to be set.

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