次の方法で共有


WebHookActivity.Timeout プロパティ

定義

Webhook を呼び戻すタイムアウトを取得または設定します。 値が指定されていない場合、既定値は 10 分です。 型: string。 パターン: ((\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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象