DataDiskImageEncryption Constructors
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.
Overloads
DataDiskImageEncryption() |
Initializes a new instance of the DataDiskImageEncryption class. |
DataDiskImageEncryption(Int32, String) |
Initializes a new instance of the DataDiskImageEncryption class. |
DataDiskImageEncryption()
Initializes a new instance of the DataDiskImageEncryption class.
public DataDiskImageEncryption ();
Public Sub New ()
Applies to
DataDiskImageEncryption(Int32, String)
Initializes a new instance of the DataDiskImageEncryption class.
public DataDiskImageEncryption (int lun, string diskEncryptionSetId = default);
new Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption : int * string -> Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption
Public Sub New (lun As Integer, Optional diskEncryptionSetId As String = Nothing)
Parameters
- lun
- Int32
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.
- diskEncryptionSetId
- String
A relative URI containing the resource ID of the disk encryption set.
Applies to
Azure SDK for .NET