Share via


IAgentPool.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.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="nodeSoakDurationInMinutes", Update=true)]
public int? UpgradeSettingNodeSoakDurationInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="nodeSoakDurationInMinutes", Update=true)>]
member this.UpgradeSettingNodeSoakDurationInMinute : Nullable<int> with get, set
Public Property UpgradeSettingNodeSoakDurationInMinute As Nullable(Of Integer)

Property Value

Attributes

Applies to