list Cluster Zones
List of all zones and associated hosts for a cluster Azure REST API version: 2022-05-01. Other available API versions: 2023-03-01.
Return
List of all zones and associated hosts for a cluster
Parameters
argument
null
suspend fun listClusterZones(clusterName: String, privateCloudName: String, resourceGroupName: String): ListClusterZonesResult
Return
List of all zones and associated hosts for a cluster
See also
Parameters
cluster Name
Name of the cluster in the private cloud
private Cloud Name
Name of the private cloud
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun listClusterZones(argument: suspend ListClusterZonesPlainArgsBuilder.() -> Unit): ListClusterZonesResult
Return
List of all zones and associated hosts for a cluster
See also
Parameters
argument
Builder for com.pulumi.azurenative.avs.kotlin.inputs.ListClusterZonesPlainArgs.