CommunityGalleryImage Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CommunityGalleryImage() |
Initialisiert eine neue instance der CommunityGalleryImage-Klasse. |
CommunityGalleryImage(OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, String, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, String, IList<GalleryImageFeature>, ImagePurchasePlan, String, String, String) |
Initialisiert eine neue instance der CommunityGalleryImage-Klasse. |
CommunityGalleryImage()
Initialisiert eine neue instance der CommunityGalleryImage-Klasse.
public CommunityGalleryImage ();
Public Sub New ()
Gilt für:
CommunityGalleryImage(OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, String, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, String, IList<GalleryImageFeature>, ImagePurchasePlan, String, String, String)
Initialisiert eine neue instance der CommunityGalleryImage-Klasse.
public CommunityGalleryImage (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 type = 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.CommunityGalleryImage : Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes * Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier * string * 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.CommunityGalleryImage
Public Sub New (osType As OperatingSystemTypes, osState As OperatingSystemStateTypes, identifier As GalleryImageIdentifier, Optional name As String = Nothing, Optional location As String = Nothing, Optional type 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 "Generalisiert" oder "Spezialisiert" sind. Mögliche Werte: "Generalized", "Specialized"
- identifier
- GalleryImageIdentifier
- name
- String
Ressourcenname
- location
- String
Ressourcenspeicherort
- type
- String
Ressourcentyp
- uniqueId
- String
Die eindeutige ID dieses Communitykatalogs.
Das Datum des Lebenszyklusendes der Katalogimagedefinition. Diese Eigenschaft kann für Außerbetriebnahmezwecke verwendet werden. Diese Eigenschaft ist aktualisierbar.
- recommended
- RecommendedMachineConfiguration
- disallowed
- Disallowed
- hyperVGeneration
- String
Die Hypervisorgenerierung des virtuellen Computers. Gilt nur für Betriebssystemdatenträger. Mögliche Werte: "V1", "V2"
- features
- IList<GalleryImageFeature>
Eine Liste der Katalogimagefeatures.
- purchasePlan
- ImagePurchasePlan
- architecture
- String
Mögliche Werte: "x64", "Arm64"
- privacyStatementUri
- String
URI der Datenschutzerklärung für das aktuelle Community-Katalogimage.
- eula
- String
Endbenutzerlizenzvertrag für das aktuelle Community-Katalogimage.
Gilt für:
Azure SDK for .NET