Partager via


AzureFunctionLinkedService.FunctionAppUri Propriété

Définition

Point de terminaison de l’application de fonction Azure. L’URL sera au format https://< accountName.azurewebsites.net>.

Pour affecter un objet à cette propriété, utilisez FromObjectAsJson<T>(T, JsonSerializerOptions).

Pour affecter une chaîne json déjà mise en forme à cette propriété, utilisez FromString(String).

Exemples :

  • BinaryData.FromObjectAsJson(« foo »)Crée une charge utile de « foo ».
  • BinaryData.FromString(« \"foo\" »)Crée une charge utile de « foo ».
  • BinaryData.FromObjectAsJson(new { key = « value » })Crée une charge utile de { « key »: « value » }.
  • BinaryData.FromString(« {\"key\ »: \"value\"} »)Crée une charge utile de { « key »: « value » }.

public BinaryData FunctionAppUri { get; set; }
member this.FunctionAppUri : BinaryData with get, set
Public Property FunctionAppUri As BinaryData

Valeur de propriété

S’applique à