Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPoolUpgradeProfileUpgradesItem
Packages that use ManagedClusterPoolUpgradeProfileUpgradesItem
Package
Description
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 ManagedClusterPoolUpgradeProfileUpgradesItemModifier and TypeMethodDescriptionManagedClusterPoolUpgradeProfileUpgradesItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterPoolUpgradeProfileUpgradesItem from the JsonReader.ManagedClusterPoolUpgradeProfileUpgradesItem.withIsPreview(Boolean isPreview) Set the isPreview property: Whether the Kubernetes version is currently in preview.ManagedClusterPoolUpgradeProfileUpgradesItem.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 ManagedClusterPoolUpgradeProfileUpgradesItemModifier and TypeMethodDescriptionManagedClusterPoolUpgradeProfile.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 ManagedClusterPoolUpgradeProfileUpgradesItemModifier and TypeMethodDescriptionManagedClusterPoolUpgradeProfile.withUpgrades(List<ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades) Set the upgrades property: List of orchestrator types and versions available for upgrade.