ipVersions

@JvmName(name = "etmbepkjkkhoqnfj")
suspend fun ipVersions(value: Output<List<String>>)
@JvmName(name = "haewnkhsibmmcbmr")
suspend fun ipVersions(value: List<String>?)

Parameters

value

Specifies a list of IP versions the Kubernetes Cluster will use to assign IP addresses to its nodes and pods. Possible values are IPv4 and/or IPv6. IPv4 must always be specified. Changing this forces a new resource to be created. ->Note: To configure dual-stack networking ip_versions should be set to ["IPv4", "IPv6"]. ->Note: Dual-stack networking requires that the Preview Feature Microsoft.ContainerService/AKS-EnableDualStack is enabled and the Resource Provider is re-registered, see the documentation for more information.


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


@JvmName(name = "fgyqaqdgdofnncgj")
suspend fun ipVersions(values: List<Output<String>>)
@JvmName(name = "twpjdiirynxpurjm")
suspend fun ipVersions(vararg values: String)

Parameters

values

Specifies a list of IP versions the Kubernetes Cluster will use to assign IP addresses to its nodes and pods. Possible values are IPv4 and/or IPv6. IPv4 must always be specified. Changing this forces a new resource to be created. ->Note: To configure dual-stack networking ip_versions should be set to ["IPv4", "IPv6"]. ->Note: Dual-stack networking requires that the Preview Feature Microsoft.ContainerService/AKS-EnableDualStack is enabled and the Resource Provider is re-registered, see the documentation for more information.