AzureFunctionActivity.FunctionName Property

Definition

Gets or sets name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to