Share via


DataFactoryHttpDataset.RequestBody Property

Definition

The body for the HTTP request. Type: string (or Expression with resultType string).

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

Property Value

Applies to