Share via


AzureFunctionLinkedService.FunctionKey Property

Definition

Gets or sets function or Host key for Azure Function App.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.functionKey")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase FunctionKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.functionKey")>]
member this.FunctionKey : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property FunctionKey As SecretBase

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to