zones

@JvmName(name = "bvxstckhvajyainf")
suspend fun zones(value: Output<List<String>>)
@JvmName(name = "uuqiunlqtlxaidtw")
suspend fun zones(value: List<String>?)

Parameters

value

Specifies a list of Availability Zones across which the Virtual Machine Scale Set will create instances.

Note: Updating zones to remove an existing zone forces a new Virtual Machine Scale Set to be created. Note: Availability Zones are only supported in several regions at this time.


@JvmName(name = "uoijsikdhokomdty")
suspend fun zones(vararg values: Output<String>)


@JvmName(name = "xmsbtlxjpdhrmvqy")
suspend fun zones(values: List<Output<String>>)
@JvmName(name = "spthiuqjwfwmkqdq")
suspend fun zones(vararg values: String)

Parameters

values

Specifies a list of Availability Zones across which the Virtual Machine Scale Set will create instances.

Note: Updating zones to remove an existing zone forces a new Virtual Machine Scale Set to be created. Note: Availability Zones are only supported in several regions at this time.