Bagikan melalui


ImageReference Constructors

Definition

Overloads

ImageReference()

Initializes a new instance of the ImageReference class.

ImageReference(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)

Initializes a new instance of the ImageReference class.

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

Parameters

publisher
String

Publisher.

offer
String

Offer.

sku
String

SKU.

version
String

Version.

virtualMachineImageId
String

Custom VM image resource ID.

Applies to