LifecycleHook.WaitDuration 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.
Specifies the time duration a virtual machine scale set lifecycle hook event sent to the customer waits for a response from the customer. It should be in ISO 8601 format.
public TimeSpan? WaitDuration { get; set; }
member this.WaitDuration : Nullable<TimeSpan> with get, set
Public Property WaitDuration As Nullable(Of TimeSpan)