DataDiskEncryptionSettings Class

Data disk encryption settings for Secured VM. This will be used to provide Disk Encryption Set Id for each data disk.

Constructor

DataDiskEncryptionSettings()

Variables

Name Description
perDiskEncryptionSetIds
list[<xref:"PerDiskEncryptionSetId">]

Per Disk Encryption Set Ids for Secured VM Data Disks. This will be used to provide Disk Encryption Set Id for each data disk.

dataDiskEncryptionSetId
str

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.

dataDiskEncryptionIdentity
str

Managed Identity resource Id used to encrypt the data disk during restore.

Attributes

dataDiskEncryptionIdentity

Managed Identity resource Id used to encrypt the data disk during restore.

dataDiskEncryptionIdentity: str

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: str

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: list[azure.mgmt.recoveryservicesbackup.types.PerDiskEncryptionSetId]