DataDiskImageEncryption Class
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.
Contains encryption settings for a data disk image.
public class DataDiskImageEncryption : Microsoft.Azure.Management.Compute.Models.DiskImageEncryption
type DataDiskImageEncryption = class
inherit DiskImageEncryption
Public Class DataDiskImageEncryption
Inherits DiskImageEncryption
- Inheritance
Constructors
DataDiskImageEncryption() |
Initializes a new instance of the DataDiskImageEncryption class. |
DataDiskImageEncryption(Int32, String) |
Initializes a new instance of the DataDiskImageEncryption class. |
Properties
DiskEncryptionSetId |
Gets or sets a relative URI containing the resource ID of the disk encryption set. (Inherited from DiskImageEncryption) |
Lun |
Gets or sets this property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET