IHostKeys.SystemKey Property

Definition

System keys.

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

Property Value

Attributes

Applies to