VMDiskSecurityProfile.SecurityEncryptionType Property

Definition

Gets or sets gets or sets specifies the EncryptionType of the managed disk. It is set to VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob. Note: It can be set for only Confidential VMs and is required when using Confidential VMs.

public string SecurityEncryptionType { get; set; }
member this.SecurityEncryptionType : string with get, set
Public Property SecurityEncryptionType As String

Property Value

Remarks

Possible values include: 'NonPersistedTPM', 'VMGuestStateOnly'

Applies to