AzureFunctionReceiver.HttpTriggerUrl Property

Definition

Gets or sets the http trigger url where http request sent to.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to