GalleryImage Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GalleryImage() |
Initialise une nouvelle instance de la classe GalleryImage. |
GalleryImage(String, OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, IDictionary<String, String>, String, String, String, String, String, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, ImagePurchasePlan, String, IList<GalleryImageFeature>, String) |
Initialise une nouvelle instance de la classe GalleryImage. |
GalleryImage()
Initialise une nouvelle instance de la classe GalleryImage.
public GalleryImage ();
Public Sub New ()
S’applique à
GalleryImage(String, OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, IDictionary<String, String>, String, String, String, String, String, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, ImagePurchasePlan, String, IList<GalleryImageFeature>, String)
Initialise une nouvelle instance de la classe GalleryImage.
public GalleryImage (string location, Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes osType, Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes osState, Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier identifier, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string eula = default, string privacyStatementUri = default, string releaseNoteUri = default, string hyperVGeneration = default, DateTime? endOfLifeDate = default, Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration recommended = default, Microsoft.Azure.Management.Compute.Models.Disallowed disallowed = default, Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan purchasePlan = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryImageFeature> features = default, string architecture = default);
new Microsoft.Azure.Management.Compute.Models.GalleryImage : string * Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes * Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration * Microsoft.Azure.Management.Compute.Models.Disallowed * Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryImageFeature> * string -> Microsoft.Azure.Management.Compute.Models.GalleryImage
Public Sub New (location As String, osType As OperatingSystemTypes, osState As OperatingSystemStateTypes, identifier As GalleryImageIdentifier, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional eula As String = Nothing, Optional privacyStatementUri As String = Nothing, Optional releaseNoteUri As String = Nothing, Optional hyperVGeneration As String = Nothing, Optional endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional recommended As RecommendedMachineConfiguration = Nothing, Optional disallowed As Disallowed = Nothing, Optional purchasePlan As ImagePurchasePlan = Nothing, Optional provisioningState As String = Nothing, Optional features As IList(Of GalleryImageFeature) = Nothing, Optional architecture As String = Nothing)
Paramètres
- location
- String
Emplacement de la ressource
- osType
- OperatingSystemTypes
Cette propriété vous permet de spécifier le type du système d’exploitation inclus dans le disque lors de la création d’une machine virtuelle à partir d’une image managée. <br><br br> Valeurs possibles : <br><br>Windows<br><br>Linux. Les valeurs possibles sont les suivantes : « Windows », « Linux »
- osState
- OperatingSystemStateTypes
Cette propriété permet à l’utilisateur de spécifier si les machines virtuelles créées sous cette image sont « généralisées » ou « spécialisées ». Les valeurs possibles sont les suivantes : 'Généralisé', 'Specialized'
- identifier
- GalleryImageIdentifier
- id
- String
ID de ressource
- name
- String
Nom de la ressource
- type
- String
Type de ressource
- tags
- IDictionary<String,String>
Balises de ressource
- description
- String
Description de cette ressource de définition d’image de galerie. Cette propriété peut être mise à jour.
- eula
- String
Accord eula pour la définition de l’image de galerie.
- privacyStatementUri
- String
URI de déclaration de confidentialité.
- releaseNoteUri
- String
URI de note de publication.
- hyperVGeneration
- String
Génération d’hyperviseur de la machine virtuelle. Applicable uniquement aux disques de système d’exploitation. Les valeurs possibles sont les suivantes : 'V1', 'V2'
Date de fin de vie de la définition de l’image de galerie. Cette propriété peut être utilisée à des fins de désaffectation. Cette propriété peut être mise à jour.
- recommended
- RecommendedMachineConfiguration
- disallowed
- Disallowed
- purchasePlan
- ImagePurchasePlan
- provisioningState
- String
Les valeurs possibles sont les suivantes : « Création », « Mise à jour », « Échec », « Réussi », « Suppression », « Migration »
- features
- IList<GalleryImageFeature>
Liste des fonctionnalités d’image de galerie.
- architecture
- String
Les valeurs possibles sont les suivantes : 'x64', 'Arm64'
S’applique à
Azure SDK for .NET