WebHookActivity.ReportStatusOnCallBack Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET