Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.AgentPoolUpgradeProfileProperties
Packages that use AgentPoolUpgradeProfileProperties
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of AgentPoolUpgradeProfileProperties in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolUpgradeProfilePropertiesModifier and TypeMethodDescriptionAgentPoolUpgradeProfileProperties.withKubernetesVersion(String kubernetesVersion) Set the kubernetesVersion property: The Kubernetes version (major.minor.patch).AgentPoolUpgradeProfileProperties.withLatestNodeImageVersion(String latestNodeImageVersion) Set the latestNodeImageVersion property: The latest AKS supported node image version.AgentPoolUpgradeProfileProperties.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.AgentPoolUpgradeProfileProperties.withUpgrades(List<AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades) Set the upgrades property: List of orchestrator types and versions available for upgrade.