Uses of Class
com.azure.resourcemanager.containerservice.models.KubernetesPatchVersion
Packages that use KubernetesPatchVersion
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of KubernetesPatchVersion in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type KubernetesPatchVersionModifier and TypeClassDescriptionfinal classKubernetes patch version profile.Methods in com.azure.resourcemanager.containerservice.models that return KubernetesPatchVersionModifier and TypeMethodDescriptionstatic KubernetesPatchVersionKubernetesPatchVersion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KubernetesPatchVersion from the JsonReader.KubernetesPatchVersion.withUpgrades(List<String> upgrades) Set the upgrades property: Possible upgrade path for given patch version.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type KubernetesPatchVersionModifier and TypeMethodDescriptionKubernetesVersion.patchVersions()Get the patchVersions property: Patch versions of Kubernetes release.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type KubernetesPatchVersionModifier and TypeMethodDescriptionKubernetesVersion.withPatchVersions(Map<String, KubernetesPatchVersion> patchVersions) Set the patchVersions property: Patch versions of Kubernetes release.