DataDiskImage 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
DataDiskImage() |
Initializes a new instance of the DataDiskImage class. |
DataDiskImage(Nullable<Int32>) |
Initializes a new instance of the DataDiskImage class. |
DataDiskImage()
Initializes a new instance of the DataDiskImage class.
public DataDiskImage ();
Public Sub New ()
Applies to
DataDiskImage(Nullable<Int32>)
Initializes a new instance of the DataDiskImage class.
public DataDiskImage (int? lun = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DataDiskImage : Nullable<int> -> Microsoft.Azure.Management.Compute.Fluent.Models.DataDiskImage
Public Sub New (Optional lun As Nullable(Of Integer) = Nothing)
Parameters
Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
Applies to
Azure SDK for .NET