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