Share via


WebActivity.Body Property

Definition

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).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Body { get; set; }
member this.Body : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property Body As DataFactoryElement(Of String)

Property Value

Applies to