Share via


RestResourceDataset.RequestBody Property

Definition

The HTTP request body to the RESTful API if requestMethod is POST. 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