zones

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

Parameters

value

A collection containing the availability zone to allocate the Public IP in. Changing this forces a new resource to be created.

Note: Availability Zones are only supported with a Standard SKU and in select regions at this time. Standard SKU Public IP Addresses that do not specify a zone are not zone-redundant by default.


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


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

Parameters

values

A collection containing the availability zone to allocate the Public IP in. Changing this forces a new resource to be created.

Note: Availability Zones are only supported with a Standard SKU and in select regions at this time. Standard SKU Public IP Addresses that do not specify a zone are not zone-redundant by default.