Dela via


AzureFunctionLinkedService.FunctionAppUrl Property

Definition

Gets or sets the endpoint of the Azure Function App. URL will be in the format https://<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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to