次の方法で共有


AzureFunctionLinkedService.FunctionAppUrl プロパティ

定義

Azure 関数アプリのエンドポイントを取得または設定します。 URL は、https://& lt;accountName>の形式になります。azurewebsites.net。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象