IUpdateStage.AfterStageWaitInSecond 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 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