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 drain timeout for a node.AgentPoolUpgradeSettings.withMaxSurge(String maxSurge) Set the maxSurge property: The maximum number or percentage of nodes that are surged during upgrade.AgentPoolUpgradeSettings.withMaxUnavailable(String maxUnavailable) Set the maxUnavailable property: The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade.AgentPoolUpgradeSettings.withNodeSoakDurationInMinutes(Integer nodeSoakDurationInMinutes) Set the nodeSoakDurationInMinutes property: The soak duration for a 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.