zones

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

Parameters

value

Specifies a list of Availability Zones in which this Redis Cache should be located. Changing this forces a new Redis Cache to be created.

Please Note: Availability Zones are in Preview and only supported in several regions at this time - as such you must be opted into the Preview to use this functionality. You can opt into the Availability Zones Preview in the Azure Portal.


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


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

Parameters

values

Specifies a list of Availability Zones in which this Redis Cache should be located. Changing this forces a new Redis Cache to be created.

Please Note: Availability Zones are in Preview and only supported in several regions at this time - as such you must be opted into the Preview to use this functionality. You can opt into the Availability Zones Preview in the Azure Portal.