ImageReference Constructors

Definition

Overloads

ImageReference()

Initializes a new instance of the ImageReference class.

ImageReference(String, String, String, String, String, String)

Initializes a new instance of the ImageReference class.

ImageReference()

Initializes a new instance of the ImageReference class.

public ImageReference ();
Public Sub New ()

Applies to

ImageReference(String, String, String, String, String, String)

Initializes a new instance of the ImageReference class.

public ImageReference (string id = default, string offer = default, string publisher = default, string sku = default, string version = default, string exactVersion = default);
new Microsoft.Azure.Management.LabServices.Models.ImageReference : string * string * string * string * string * string -> Microsoft.Azure.Management.LabServices.Models.ImageReference
Public Sub New (Optional id As String = Nothing, Optional offer As String = Nothing, Optional publisher As String = Nothing, Optional sku As String = Nothing, Optional version As String = Nothing, Optional exactVersion As String = Nothing)

Parameters

id
String

Image resource ID

offer
String

The image offer if applicable.

publisher
String

The image publisher

sku
String

The image SKU

version
String

The image version specified on creation.

exactVersion
String

The actual version of the image after use.

Applies to