IFunctionsIdentity.KeyType Property

Definition

The type of host key.

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

Property Value

Attributes

Applies to