IHostKeys.MasterKey Property

Definition

Secret key.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Secret key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="masterKey", Update=true)]
public string MasterKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Secret key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="masterKey", Update=true)>]
member this.MasterKey : string with get, set
Public Property MasterKey As String

Property Value

Attributes

Applies to