AgentPool.UpgradeSettingNodeSoakDurationInMinute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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