LogicAppReceiver.CallbackUrl Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to