GetKubernetesServiceVersionsPlainArgs

data class GetKubernetesServiceVersionsPlainArgs(val includePreview: Boolean? = null, val location: String, val versionPrefix: String? = null) : ConvertibleToJava<GetKubernetesServiceVersionsPlainArgs>

A collection of arguments for invoking getKubernetesServiceVersions.

Constructors

Link copied to clipboard
constructor(includePreview: Boolean? = null, location: String, versionPrefix: String? = null)

Properties

Link copied to clipboard
val includePreview: Boolean? = null

Should Preview versions of Kubernetes in AKS be included? Defaults to true

Link copied to clipboard

Specifies the location in which to query for versions.

Link copied to clipboard
val versionPrefix: String? = null

A prefix filter for the versions of Kubernetes which should be returned; for example 1. will return 1.9 to 1.14, whereas 1.12 will return 1.12.2.

Functions

Link copied to clipboard
open override fun toJava(): GetKubernetesServiceVersionsPlainArgs