Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPoolUpgradeProfileUpgradesItem
-
Packages that use ManagedClusterPoolUpgradeProfileUpgradesItem Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterPoolUpgradeProfileUpgradesItem in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPoolUpgradeProfileUpgradesItem Modifier and Type Method Description ManagedClusterPoolUpgradeProfileUpgradesItemManagedClusterPoolUpgradeProfileUpgradesItem. withIsPreview(Boolean isPreview)Set the isPreview property: Whether the Kubernetes version is currently in preview.ManagedClusterPoolUpgradeProfileUpgradesItemManagedClusterPoolUpgradeProfileUpgradesItem. withKubernetesVersion(String kubernetesVersion)Set the kubernetesVersion property: The Kubernetes version (major.minor.patch).Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterPoolUpgradeProfileUpgradesItem Modifier and Type Method Description List<ManagedClusterPoolUpgradeProfileUpgradesItem>ManagedClusterPoolUpgradeProfile. upgrades()Get the upgrades property: List of orchestrator types and versions available for upgrade.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedClusterPoolUpgradeProfileUpgradesItem Modifier and Type Method Description ManagedClusterPoolUpgradeProfileManagedClusterPoolUpgradeProfile. withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades)Set the upgrades property: List of orchestrator types and versions available for upgrade.
-