Share via


IJobResponse.EncryptionKeyKekType Property

Definition

The type of kek encryption key

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

Property Value

Attributes

Applies to