Uses of Class
com.azure.resourcemanager.containerservice.models.KubernetesSupportPlan
Packages that use KubernetesSupportPlan
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
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
Fields in com.azure.resourcemanager.containerservice.models declared as KubernetesSupportPlanModifier and TypeFieldDescriptionstatic final KubernetesSupportPlanKubernetesSupportPlan.AKSLONG_TERM_SUPPORTStatic value AKSLongTermSupport for KubernetesSupportPlan.static final KubernetesSupportPlanKubernetesSupportPlan.KUBERNETES_OFFICIALStatic value KubernetesOfficial for KubernetesSupportPlan.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: The supportPlan property.static Collection<KubernetesSupportPlan> KubernetesSupportPlan.values()Gets known KubernetesSupportPlan values.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type KubernetesSupportPlanModifier and TypeMethodDescriptionKubernetesVersionCapabilities.withSupportPlan(List<KubernetesSupportPlan> supportPlan) Set the supportPlan property: The supportPlan property.