zones

@JvmName(name = "spsljivgvfbayoia")
suspend fun zones(value: Output<List<String>>)
@JvmName(name = "mjcgvxcwyrwbamgu")
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 = "gkspaosspqmeqvfu")
suspend fun zones(vararg values: Output<String>)


@JvmName(name = "usnmvwtecyfbkgsa")
suspend fun zones(values: List<Output<String>>)
@JvmName(name = "tgbbgkilfjemsids")
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.