zones

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

Parameters

value

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


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


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

Parameters

values

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