Freigeben über


VirtualMachineImage Konstruktoren

Definition

Überlädt

VirtualMachineImage()

Initialisiert eine neue instance der VirtualMachineImage-Klasse.

VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan)
VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage)
VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>)
VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties)
VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String)
VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String, DisallowedConfiguration)

Initialisiert eine neue instance der VirtualMachineImage-Klasse.

VirtualMachineImage(String, String, String, IDictionary<String, String>, ExtendedLocation, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String, DisallowedConfiguration, IList<VirtualMachineImageFeature>, String, ImageDeprecationStatus)

Initialisiert eine neue instance der VirtualMachineImage-Klasse.

VirtualMachineImage()

Initialisiert eine neue instance der VirtualMachineImage-Klasse.

public VirtualMachineImage ();
Public Sub New ()

Gilt für:

VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan)

public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan)

Parameter

name
String
location
String
id
String

Gilt für:

VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage)

public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage)

Parameter

name
String
location
String
id
String
osDiskImage
OSDiskImage

Gilt für:

VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>)

public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage, dataDiskImages As IList(Of DataDiskImage))

Parameter

name
String
location
String
id
String
osDiskImage
OSDiskImage
dataDiskImages
IList<DataDiskImage>

Gilt für:

VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties)

public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages, Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties automaticOSUpgradeProperties);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> * Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage, dataDiskImages As IList(Of DataDiskImage), automaticOSUpgradeProperties As AutomaticOSUpgradeProperties)

Parameter

name
String
location
String
id
String
osDiskImage
OSDiskImage
dataDiskImages
IList<DataDiskImage>
automaticOSUpgradeProperties
AutomaticOSUpgradeProperties

Gilt für:

VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String)

public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages, Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties automaticOSUpgradeProperties, string hyperVGeneration);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> * Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage, dataDiskImages As IList(Of DataDiskImage), automaticOSUpgradeProperties As AutomaticOSUpgradeProperties, hyperVGeneration As String)

Parameter

name
String
location
String
id
String
osDiskImage
OSDiskImage
dataDiskImages
IList<DataDiskImage>
automaticOSUpgradeProperties
AutomaticOSUpgradeProperties
hyperVGeneration
String

Gilt für:

VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String, DisallowedConfiguration)

Initialisiert eine neue instance der VirtualMachineImage-Klasse.

public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages, Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties automaticOSUpgradeProperties, string hyperVGeneration, Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration disallowed);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> * Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties * string * Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage, dataDiskImages As IList(Of DataDiskImage), automaticOSUpgradeProperties As AutomaticOSUpgradeProperties, hyperVGeneration As String, disallowed As DisallowedConfiguration)

Parameter

name
String

Der Name der Ressource.

location
String

Der unterstützte Azure-Speicherort der Ressource.

id
String

Ressourcen-ID

tags
IDictionary<String,String>

Gibt die Tags an, die dem virtuellen Computer zugewiesen sind. Weitere Informationen zur Verwendung von Tags finden Sie unter Verwenden von Tags zum Organisieren Ihrer Azure-Ressourcen.

osDiskImage
OSDiskImage
dataDiskImages
IList<DataDiskImage>
automaticOSUpgradeProperties
AutomaticOSUpgradeProperties
hyperVGeneration
String

Mögliche Werte: "V1", "V2"

disallowed
DisallowedConfiguration

Gibt die nicht zulässige Konfiguration für die virtualMachine an, die aus dem Image erstellt wurde.

Gilt für:

VirtualMachineImage(String, String, String, IDictionary<String, String>, ExtendedLocation, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String, DisallowedConfiguration, IList<VirtualMachineImageFeature>, String, ImageDeprecationStatus)

Initialisiert eine neue instance der VirtualMachineImage-Klasse.

public VirtualMachineImage (string name, string location, string id = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.ExtendedLocation extendedLocation = default, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan = default, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages = default, Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties automaticOSUpgradeProperties = default, string hyperVGeneration = default, Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration disallowed = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageFeature> features = default, string architecture = default, Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus imageDeprecationStatus = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.ExtendedLocation * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> * Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties * string * Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageFeature> * string * Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus -> Microsoft.Azure.Management.Compute.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 extendedLocation As ExtendedLocation = Nothing, Optional plan As PurchasePlan = Nothing, Optional osDiskImage As OSDiskImage = Nothing, Optional dataDiskImages As IList(Of DataDiskImage) = Nothing, Optional automaticOSUpgradeProperties As AutomaticOSUpgradeProperties = Nothing, Optional hyperVGeneration As String = Nothing, Optional disallowed As DisallowedConfiguration = Nothing, Optional features As IList(Of VirtualMachineImageFeature) = Nothing, Optional architecture As String = Nothing, Optional imageDeprecationStatus As ImageDeprecationStatus = Nothing)

Parameter

name
String

Der Name der Ressource.

location
String

Der unterstützte Azure-Speicherort der Ressource.

id
String

Ressourcen-ID

tags
IDictionary<String,String>

Gibt die Tags an, die dem virtuellen Computer zugewiesen sind. Weitere Informationen zur Verwendung von Tags finden Sie unter Verwenden von Tags zum Organisieren Ihrer Azure-Ressourcen.

extendedLocation
ExtendedLocation

Der erweiterte Speicherort des virtuellen Computers.

osDiskImage
OSDiskImage
dataDiskImages
IList<DataDiskImage>
automaticOSUpgradeProperties
AutomaticOSUpgradeProperties
hyperVGeneration
String

Mögliche Werte: "V1", "V2"

disallowed
DisallowedConfiguration

Gibt die nicht zulässige Konfiguration für die virtualMachine an, die aus dem Image erstellt wurde.

architecture
String

Mögliche Werte: "x64", "Arm64"

imageDeprecationStatus
ImageDeprecationStatus

Gilt für: