Share via


RestSink.RequestMethod Property

Definition

The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).

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

Property Value

Applies to