WebHookActivity.Timeout Property

Definition

Gets or sets the timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.timeout")]
public string Timeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.timeout")>]
member this.Timeout : string with get, set
Public Property Timeout As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to