AzureFunctionReceiver.FunctionName Property

Definition

Gets or sets the function name in the function app.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to