DataDiskEncryptionSettings interface
Data disk encryption settings for Secured VM. This will be used to provide Disk Encryption Set Id for each data disk.
Properties
| data |
Managed Identity resource Id used to encrypt the data disk during restore. |
| data |
Disk Encryption Set Id for Secured VM Data Disk. This will be used for all data disks if perDiskEncryptionSetIds is not provided. If perDiskEncryptionSetIds is provided, this will be ignored. |
| per |
Per Disk Encryption Set Ids for Secured VM Data Disks. This will be used to provide Disk Encryption Set Id for each data disk. |
Property Details
dataDiskEncryptionIdentity
Managed Identity resource Id used to encrypt the data disk during restore.
dataDiskEncryptionIdentity?: string
Property Value
string
dataDiskEncryptionSetId
Disk Encryption Set Id for Secured VM Data Disk. This will be used for all data disks if perDiskEncryptionSetIds is not provided. If perDiskEncryptionSetIds is provided, this will be ignored.
dataDiskEncryptionSetId?: string
Property Value
string
perDiskEncryptionSetIds
Per Disk Encryption Set Ids for Secured VM Data Disks. This will be used to provide Disk Encryption Set Id for each data disk.
perDiskEncryptionSetIds?: PerDiskEncryptionSetId[]