Uses of Class
com.azure.resourcemanager.containerservice.models.KubernetesVersionCapabilities
Packages that use KubernetesVersionCapabilities
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of KubernetesVersionCapabilities in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return KubernetesVersionCapabilitiesModifier and TypeMethodDescriptionKubernetesVersion.capabilities()Get the capabilities property: Capabilities on this Kubernetes version.KubernetesVersionCapabilities.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KubernetesVersionCapabilities from the JsonReader.KubernetesVersionCapabilities.withSupportPlan(List<KubernetesSupportPlan> supportPlan) Set the supportPlan property: The supportPlan property.Methods in com.azure.resourcemanager.containerservice.models with parameters of type KubernetesVersionCapabilitiesModifier and TypeMethodDescriptionKubernetesVersion.withCapabilities(KubernetesVersionCapabilities capabilities) Set the capabilities property: Capabilities on this Kubernetes version.