zones

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

Parameters

value

Specifies a list of Availability Zones in which this Orchestrated Virtual Machine should be located. Changing this forces a new Orchestrated Virtual Machine to be created.

NOTE: Due to a limitation of the Azure API at this time only one Availability Zone can be defined.


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


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

Parameters

values

Specifies a list of Availability Zones in which this Orchestrated Virtual Machine should be located. Changing this forces a new Orchestrated Virtual Machine to be created.

NOTE: Due to a limitation of the Azure API at this time only one Availability Zone can be defined.