Partager via


GalleryImageInner Constructeurs

Définition

Surcharges

GalleryImageInner()

Initialise une nouvelle instance de la classe GalleryImageInner.

GalleryImageInner(String, OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, IDictionary<String, String>, String, String, String, String, HyperVGeneration, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, ImagePurchasePlan, ProvisioningState)

Initialise une nouvelle instance de la classe GalleryImageInner.

GalleryImageInner()

Initialise une nouvelle instance de la classe GalleryImageInner.

public GalleryImageInner ();
Public Sub New ()

S’applique à

GalleryImageInner(String, OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, IDictionary<String, String>, String, String, String, String, HyperVGeneration, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, ImagePurchasePlan, ProvisioningState)

Initialise une nouvelle instance de la classe GalleryImageInner.

public GalleryImageInner (string location, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState, Microsoft.Azure.Management.Compute.Fluent.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, Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGeneration hyperVGeneration = default, DateTime? endOfLifeDate = default, Microsoft.Azure.Management.Compute.Fluent.Models.RecommendedMachineConfiguration recommended = default, Microsoft.Azure.Management.Compute.Fluent.Models.Disallowed disallowed = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImagePurchasePlan purchasePlan = default, Microsoft.Azure.Management.Compute.Fluent.Models.ProvisioningState provisioningState = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageInner : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageIdentifier * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGeneration * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Fluent.Models.RecommendedMachineConfiguration * Microsoft.Azure.Management.Compute.Fluent.Models.Disallowed * Microsoft.Azure.Management.Compute.Fluent.Models.ImagePurchasePlan * Microsoft.Azure.Management.Compute.Fluent.Models.ProvisioningState -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageInner
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 HyperVGeneration = 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 ProvisioningState = Nothing)

Paramètres

location
String
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é », « Spécialisé »

id
String
name
String
type
String
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 galerie Image Definition.

privacyStatementUri
String

URI de déclaration de confidentialité.

releaseNoteUri
String

URI de la note de publication.

hyperVGeneration
HyperVGeneration

Génération de l’hyperviseur de la machine virtuelle. Applicable aux disques de système d’exploitation uniquement. Les valeurs possibles sont les suivantes : « V1 », « V2 »

endOfLifeDate
Nullable<DateTime>

Date de fin de vie de la définition d’image de la galerie. Cette propriété peut être utilisée à des fins de désaffectation. Cette propriété peut être mise à jour.

disallowed
Disallowed
purchasePlan
ImagePurchasePlan
provisioningState
ProvisioningState

État actuel de la définition d’image de la galerie.

S’applique à