Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolUpgradeSettings
-
Packages that use AgentPoolUpgradeSettings Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 AgentPoolUpgradeSettings Modifier and Type Method Description AgentPoolUpgradeSettingsAgentPoolInner. upgradeSettings()Get the upgradeSettings property: Settings for upgrading the agentpool.AgentPoolUpgradeSettingsManagedClusterAgentPoolProfileProperties. upgradeSettings()Get the upgradeSettings property: Settings for upgrading the agentpool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolUpgradeSettings Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withUpgradeSettings(AgentPoolUpgradeSettings upgradeSettings)Set the upgradeSettings property: Settings for upgrading the agentpool.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. 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 AgentPoolUpgradeSettings Modifier and Type Method Description AgentPoolUpgradeSettingsAgentPoolUpgradeSettings. 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 AgentPoolUpgradeSettings Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withUpgradeSettings(AgentPoolUpgradeSettings upgradeSettings)Set the upgradeSettings property: Settings for upgrading the agentpool.
-