HostSecrets.FunctionKeys Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="functionKeys")]
public System.Collections.Generic.IList<Microsoft.Azure.WebJobs.Script.WebHost.Key> FunctionKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="functionKeys")>]
member this.FunctionKeys : System.Collections.Generic.IList<Microsoft.Azure.WebJobs.Script.WebHost.Key> with get, set
Public Property FunctionKeys As IList(Of Key)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to