VMDiskSecurityProfileOutput interface
Specifies the security profile settings for the managed disk.
NOTE: It can only be set for Confidential VMs
Properties
| disk |
Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob. |
| security |
Specifies the EncryptionType of the managed disk. |
Property Details
diskEncryptionSet
Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
diskEncryptionSet?: DiskEncryptionSetParametersOutput
Property Value
securityEncryptionType
Specifies the EncryptionType of the managed disk.
It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, and VMGuestStateOnly for encryption of just the VMGuestState blob.
NOTE: It can be set for only Confidential VMs.
securityEncryptionType?: "VMGuestStateOnly" | "DiskWithVMGuestState"
Property Value
"VMGuestStateOnly" | "DiskWithVMGuestState"