Freigeben über


SharedGalleryImage Konstruktoren

Definition

Überlädt

SharedGalleryImage()

Initialisiert eine neue instance der SharedGalleryImage-Klasse.

SharedGalleryImage(OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, String, IList<GalleryImageFeature>, ImagePurchasePlan, String, String, String)

Initialisiert eine neue instance der SharedGalleryImage-Klasse.

SharedGalleryImage()

Initialisiert eine neue instance der SharedGalleryImage-Klasse.

public SharedGalleryImage ();
Public Sub New ()

Gilt für:

SharedGalleryImage(OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, String, IList<GalleryImageFeature>, ImagePurchasePlan, String, String, String)

Initialisiert eine neue instance der SharedGalleryImage-Klasse.

public SharedGalleryImage (Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes osType, Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes osState, Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier identifier, string name = default, string location = default, string uniqueId = default, DateTime? endOfLifeDate = default, Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration recommended = default, Microsoft.Azure.Management.Compute.Models.Disallowed disallowed = default, string hyperVGeneration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryImageFeature> features = default, Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan purchasePlan = default, string architecture = default, string privacyStatementUri = default, string eula = default);
new Microsoft.Azure.Management.Compute.Models.SharedGalleryImage : Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes * Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration * Microsoft.Azure.Management.Compute.Models.Disallowed * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryImageFeature> * Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan * string * string * string -> Microsoft.Azure.Management.Compute.Models.SharedGalleryImage
Public Sub New (osType As OperatingSystemTypes, osState As OperatingSystemStateTypes, identifier As GalleryImageIdentifier, Optional name As String = Nothing, Optional location As String = Nothing, Optional uniqueId As String = Nothing, Optional endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional recommended As RecommendedMachineConfiguration = Nothing, Optional disallowed As Disallowed = Nothing, Optional hyperVGeneration As String = Nothing, Optional features As IList(Of GalleryImageFeature) = Nothing, Optional purchasePlan As ImagePurchasePlan = Nothing, Optional architecture As String = Nothing, Optional privacyStatementUri As String = Nothing, Optional eula As String = Nothing)

Parameter

osType
OperatingSystemTypes

Mit dieser Eigenschaft können Sie den Typ des Betriebssystems angeben, das beim Erstellen eines virtuellen Computers aus einem verwalteten Image auf dem Datenträger enthalten ist. <br><br> Mögliche Werte sind: <br><Br>Windows<br><br>Linux. Mögliche Werte: "Windows", "Linux"

osState
OperatingSystemStateTypes

Mit dieser Eigenschaft kann der Benutzer angeben, ob die unter diesem Image erstellten virtuellen Computer "Generalized" oder "Specialized" sind. Mögliche Werte sind: "Generalized", "Specialized"

name
String

Ressourcenname

location
String

Ressourcenspeicherort

uniqueId
String

Die eindeutige ID dieses freigegebenen Katalogs.

endOfLifeDate
Nullable<DateTime>

Das Datum des Lebenszyklusendes der Katalogbilddefinition. Diese Eigenschaft kann für Außerbetriebnahmezwecke verwendet werden. Diese Eigenschaft ist aktualisierbar.

disallowed
Disallowed
hyperVGeneration
String

Die Hypervisorgeneration des virtuellen Computers. Gilt nur für Betriebssystemdatenträger. Mögliche Werte: "V1", "V2"

features
IList<GalleryImageFeature>

Eine Liste der Features des Katalogimages.

purchasePlan
ImagePurchasePlan
architecture
String

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

privacyStatementUri
String

Datenschutzrichtlinien-URI für das aktuelle Communitykatalogimage.

eula
String

Endbenutzerlizenzvereinbarung für das aktuelle Communitykatalogimage.

Gilt für: