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 TypeMethodDescriptionstatic AgentPoolUpgradeSettingsAgentPoolUpgradeSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolUpgradeSettings from the JsonReader.AgentPoolUpgradeSettings.withDrainTimeoutInMinutes(Integer drainTimeoutInMinutes) Set the drainTimeoutInMinutes property: The amount of time (in minutes) to wait on eviction of pods and graceful termination per node.AgentPoolUpgradeSettings.withMaxSurge(String maxSurge) Set the maxSurge property: This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%').AgentPoolUpgradeSettings.withMaxUnavailable(String maxUnavailable) Set the maxUnavailable property: This can either be set to an integer (e.g. '1') or a percentage (e.g. '5%').AgentPoolUpgradeSettings.withNodeSoakDurationInMinutes(Integer nodeSoakDurationInMinutes) Set the nodeSoakDurationInMinutes property: The amount of time (in minutes) to wait after draining a node and before reimaging it and moving on to next node.AgentPoolUpgradeSettings.withUndrainableNodeBehavior(UndrainableNodeBehavior undrainableNodeBehavior) Set the undrainableNodeBehavior property: Defines the behavior for undrainable nodes 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.