次の方法で共有


WebHookActivity.ReportStatusOnCallBack プロパティ

定義

true に設定すると、コールバック要求本文の statusCode、出力、エラーがアクティビティによって使用されます。 アクティビティは、コールバック要求で statusCode >= 400 を設定することで、失敗としてマークできます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.reportStatusOnCallBack")]
public object ReportStatusOnCallBack { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.reportStatusOnCallBack")>]
member this.ReportStatusOnCallBack : obj with get, set
Public Property ReportStatusOnCallBack As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象