IRegenerateActionParameter.KeyType Property

Definition

The key type.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The key type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyType) }, ReadOnly=false, Required=false, SerializedName="keyType")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyType? KeyType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The key type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyType) }, ReadOnly=false, Required=false, SerializedName="keyType")>]
member this.KeyType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyType> with get, set
Public Property KeyType As Nullable(Of KeyType)

Property Value

Attributes

Applies to