Uses of Class
com.azure.resourcemanager.containerservice.models.KubernetesSupportPlan
Packages that use KubernetesSupportPlan
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of KubernetesSupportPlan in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return KubernetesSupportPlanModifier and TypeMethodDescriptionManagedClusterInner.supportPlan()Get the supportPlan property: The support plan for the Managed Cluster.ManagedClusterProperties.supportPlan()Get the supportPlan property: The support plan for the Managed Cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type KubernetesSupportPlanModifier and TypeMethodDescriptionManagedClusterInner.withSupportPlan(KubernetesSupportPlan supportPlan) Set the supportPlan property: The support plan for the Managed Cluster.ManagedClusterProperties.withSupportPlan(KubernetesSupportPlan supportPlan) Set the supportPlan property: The support plan for the Managed Cluster. -
Uses of KubernetesSupportPlan in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type KubernetesSupportPlan in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classDifferent support tiers for AKS managed clusters.Fields in com.azure.resourcemanager.containerservice.models declared as KubernetesSupportPlanModifier and TypeFieldDescriptionstatic final KubernetesSupportPlanKubernetesSupportPlan.AKSLONG_TERM_SUPPORTSupport for the version extended past the KubernetesOfficial support of 1 year.static final KubernetesSupportPlanKubernetesSupportPlan.KUBERNETES_OFFICIALSupport for the version is the same as for the open source Kubernetes offering.Methods in com.azure.resourcemanager.containerservice.models that return KubernetesSupportPlanModifier and TypeMethodDescriptionstatic KubernetesSupportPlanKubernetesSupportPlan.fromString(String name) Creates or finds a KubernetesSupportPlan from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type KubernetesSupportPlanModifier and TypeMethodDescriptionKubernetesVersionCapabilities.supportPlan()Get the supportPlan property: Kubernetes support plans available for this version.static Collection<KubernetesSupportPlan> KubernetesSupportPlan.values()Gets known KubernetesSupportPlan values.