次の方法で共有


AzureFunctionReceiver.HttpTriggerUrl プロパティ

定義

http 要求の送信先の http トリガー URL を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象