次の方法で共有


AzureFunctionReceiver.FunctionName プロパティ

定義

関数アプリの関数名を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="functionName")]
public string FunctionName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="functionName")>]
member this.FunctionName : string with get, set
Public Property FunctionName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象