AzureFunctionActivity.Body Property

Definition

Gets or sets represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to