ImageDiskReference 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
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.
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.