RestSource.RequestMethod プロパティ

定義

RESTful API の呼び出しに使用される HTTP メソッド。 既定値は GET です。 型: string (または resultType 文字列を含む式)。

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)

プロパティ値

適用対象