次の方法で共有


AzureFunctionActivity.Body プロパティ

定義

エンドポイントに送信されるペイロードを表します。 POST/PUT メソッドに必要です。GET メソッドの Type: string (または resultType 文字列を含む式) には使用できません。

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)

プロパティ値

適用対象