ImageDiskReference Constructors

Definition

Overloads

ImageDiskReference()

Initializes a new instance of the ImageDiskReference class.

ImageDiskReference(String, Nullable<Int32>)

Initializes a new instance of the ImageDiskReference class.

ImageDiskReference()

Initializes a new instance of the ImageDiskReference class.

public ImageDiskReference ();
Public Sub New ()

Applies to

ImageDiskReference(String, Nullable<Int32>)

Initializes a new instance of the ImageDiskReference class.

public ImageDiskReference (string id, int? lun = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ImageDiskReference : string * Nullable<int> -> Microsoft.Azure.Management.Compute.Fluent.Models.ImageDiskReference
Public Sub New (id As String, Optional lun As Nullable(Of Integer) = Nothing)

Parameters

id
String

A relative uri containing either a Platform Image Repository or user image reference.

lun
Nullable<Int32>

If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null.

Applies to