Share via


IUpdateStage.AfterStageWaitInSecond Property

Definition

The time in seconds to wait at the end of this stage before starting the next one. Defaults to 0 seconds if unspecified.

[Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="The time in seconds to wait at the end of this stage before starting the next one. Defaults to 0 seconds if unspecified.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="afterStageWaitInSeconds", Update=true)]
public int? AfterStageWaitInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=true, Description="The time in seconds to wait at the end of this stage before starting the next one. Defaults to 0 seconds if unspecified.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="afterStageWaitInSeconds", Update=true)>]
member this.AfterStageWaitInSecond : Nullable<int> with get, set
Public Property AfterStageWaitInSecond As Nullable(Of Integer)

Property Value

Attributes

Applies to