GetKubernetesServiceVersionsResult

data class GetKubernetesServiceVersionsResult(val defaultVersion: String, val id: String, val includePreview: Boolean? = null, val latestVersion: String, val location: String, val versionPrefix: String? = null, val versions: List<String>)

A collection of values returned by getKubernetesServiceVersions.

Constructors

Link copied to clipboard
constructor(defaultVersion: String, id: String, includePreview: Boolean? = null, latestVersion: String, location: String, versionPrefix: String? = null, versions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The N-1 minor non-preview version and latest patch.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val includePreview: Boolean? = null
Link copied to clipboard

The most recent version available. If include_preview == false, this is the most recent non-preview version available.

Link copied to clipboard
Link copied to clipboard
val versionPrefix: String? = null
Link copied to clipboard

The list of all supported versions.