Sdílet prostřednictvím


VmImage Constructors

Definition

Overloads

VmImage()

Initializes a new instance of the VmImage class.

VmImage(String, String, String, String, String)

Initializes a new instance of the VmImage class.

VmImage()

Initializes a new instance of the VmImage class.

public VmImage ();
Public Sub New ()

Applies to

VmImage(String, String, String, String, String)

Initializes a new instance of the VmImage class.

public VmImage (string name, string version, string offer, string publisher, string sku);
new Microsoft.Azure.Management.StorSimple8000Series.Models.VmImage : string * string * string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.VmImage
Public Sub New (name As String, version As String, offer As String, publisher As String, sku As String)

Parameters

name
String

The name.

version
String

The version.

offer
String

The offer.

publisher
String

The publisher.

sku
String

The SKU.

Applies to