Partager via


WebHookActivity.ReportStatusOnCallBack Propriété

Définition

Obtient ou définit lorsqu’il est défini sur true, statusCode, output et error dans le corps de la demande de rappel seront consommés par activité. L’activité peut être marquée comme ayant échoué en définissant statusCode >= 400 dans la demande de rappel. La valeur par défaut est false. Type : booléen (ou Expression avec type booléen 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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à