Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolUpgradeSettings
Packages that use AgentPoolUpgradeSettings
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AgentPoolUpgradeSettings in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolUpgradeSettingsModifier and TypeMethodDescriptionAgentPoolInner.upgradeSettings()Get the upgradeSettings property: Settings for upgrading the agentpool.ManagedClusterAgentPoolProfileProperties.upgradeSettings()Get the upgradeSettings property: Settings for upgrading the agentpool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolUpgradeSettingsModifier and TypeMethodDescriptionAgentPoolInner.withUpgradeSettings(AgentPoolUpgradeSettings upgradeSettings) Set the upgradeSettings property: Settings for upgrading the agentpool.ManagedClusterAgentPoolProfileProperties.withUpgradeSettings(AgentPoolUpgradeSettings upgradeSettings) Set the upgradeSettings property: Settings for upgrading the agentpool. -
Uses of AgentPoolUpgradeSettings in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolUpgradeSettingsModifier and TypeMethodDescriptionAgentPoolUpgradeSettings.withMaxSurge(String maxSurge) Set the maxSurge property: The maximum number or percentage of nodes that are surged during upgrade.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolUpgradeSettingsModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withUpgradeSettings(AgentPoolUpgradeSettings upgradeSettings) Set the upgradeSettings property: Settings for upgrading the agentpool.