IHostKeys.FunctionKey Property

Definition

Host level function keys.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Host level function keys.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostKeysFunctionKeys) }, Read=true, ReadOnly=false, Required=false, SerializedName="functionKeys", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostKeysFunctionKeys FunctionKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Host level function keys.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostKeysFunctionKeys) }, Read=true, ReadOnly=false, Required=false, SerializedName="functionKeys", Update=true)>]
member this.FunctionKey : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostKeysFunctionKeys with get, set
Public Property FunctionKey As IHostKeysFunctionKeys

Property Value

Attributes

Applies to