Share via


AgentPool.UpgradeSettingNodeSoakDurationInMinute Property

Definition

The soak duration for a node. The amount of time (in minutes) to wait after draining a node and before reimaging it and moving on to next node. If not specified, the default is 0 minutes.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)]
public int? UpgradeSettingNodeSoakDurationInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)>]
member this.UpgradeSettingNodeSoakDurationInMinute : Nullable<int> with get, set
Public Property UpgradeSettingNodeSoakDurationInMinute As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to