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