VMDiskSecurityProfile.SecurityEncryptionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET