LifecycleHook.WaitDuration Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="waitDuration")]
public TimeSpan? WaitDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="waitDuration")>]
member this.WaitDuration : Nullable<TimeSpan> with get, set
Public Property WaitDuration As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to