VirtualMachineImage 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
VirtualMachineImage() | |
VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>) |
VirtualMachineImage()
public VirtualMachineImage ();
Public Sub New ()
Applies to
VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>)
public VirtualMachineImage (string name, string location, string id = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.PurchasePlan plan = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OSDiskImage osDiskImage = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DataDiskImage> dataDiskImages = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.PurchasePlan * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DataDiskImage> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineImage
Public Sub New (name As String, location As String, Optional id As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional plan As PurchasePlan = Nothing, Optional osDiskImage As OSDiskImage = Nothing, Optional dataDiskImages As IList(Of DataDiskImage) = Nothing)
Parameters
- name
- String
- location
- String
- id
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
- osDiskImage
- OSDiskImage
- dataDiskImages
- IList<DataDiskImage>