Share via


AgentPoolUpgradeSettings.NodeSoakDurationInMinute 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.Owned)]
public int? NodeSoakDurationInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)>]
member this.NodeSoakDurationInMinute : Nullable<int> with get, set
Public Property NodeSoakDurationInMinute As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to