Uses of Class
com.azure.resourcemanager.containerservice.models.KubernetesVersion
Packages that use KubernetesVersion
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of KubernetesVersion in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type KubernetesVersionModifier and TypeMethodDescriptionKubernetesVersionListResultInner.values()Get the values property: Array of AKS supported Kubernetes versions.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type KubernetesVersionModifier and TypeMethodDescriptionKubernetesVersionListResultInner.withValues(List<KubernetesVersion> values) Set the values property: Array of AKS supported Kubernetes versions. -
Uses of KubernetesVersion in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type KubernetesVersionModifier and TypeClassDescriptionfinal classKubernetes version profile for given major.minor release.Methods in com.azure.resourcemanager.containerservice.models that return KubernetesVersionModifier and TypeMethodDescriptionstatic KubernetesVersionKubernetesVersion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KubernetesVersion from the JsonReader.KubernetesVersion.withCapabilities(KubernetesVersionCapabilities capabilities) Set the capabilities property: Capabilities on this Kubernetes version.KubernetesVersion.withIsDefault(Boolean isDefault) Set the isDefault property: Whether this version is default.KubernetesVersion.withIsPreview(Boolean isPreview) Set the isPreview property: Whether this version is in preview mode.KubernetesVersion.withPatchVersions(Map<String, KubernetesPatchVersion> patchVersions) Set the patchVersions property: Patch versions of Kubernetes release.KubernetesVersion.withVersion(String version) Set the version property: major.minor version of Kubernetes release.