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