Compartir a través de


GalleryImageUpdate Constructores

Definición

Sobrecargas

GalleryImageUpdate()

Inicializa una nueva instancia de la clase GalleryImageUpdate.

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

Inicializa una nueva instancia de la clase GalleryImageUpdate.

GalleryImageUpdate()

Inicializa una nueva instancia de la clase GalleryImageUpdate.

public GalleryImageUpdate ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase GalleryImageUpdate.

public GalleryImageUpdate (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.GalleryImageUpdate : 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.GalleryImageUpdate
Public Sub New (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)

Parámetros

osType
OperatingSystemTypes

Esta propiedad permite especificar el tipo del sistema operativo que se incluye en el disco al crear una máquina virtual a partir de una imagen administrada. <> br><Br Valores posibles son: <br><>Windows<br><>Br Linux. Entre los valores posibles se incluyen: "Windows", "Linux"

osState
OperatingSystemStateTypes

Esta propiedad permite al usuario especificar si las máquinas virtuales creadas en esta imagen son "Generalizadas" o "Especializadas". Entre los valores posibles se incluyen: "Generalizado", "Specialized"

id
String

Id. de recurso

name
String

Nombre del recurso

type
String

Tipo de recurso

tags
IDictionary<String,String>

Etiquetas del recurso

description
String

Descripción de este recurso de definición de imagen de la galería. Esta propiedad es actualizable.

eula
String

Contrato eula para la definición de imagen de la galería.

privacyStatementUri
String

El URI de la declaración de privacidad.

releaseNoteUri
String

El URI de la nota de versión.

hyperVGeneration
String

Generación del hipervisor de la máquina virtual. Solo se aplica a los discos del sistema operativo. Entre los valores posibles se incluyen: 'V1', 'V2'

endOfLifeDate
Nullable<DateTime>

Fecha de finalización del ciclo de vida de la definición de la imagen de la galería. Esta propiedad se puede usar con fines de retirada. Esta propiedad es actualizable.

disallowed
Disallowed
purchasePlan
ImagePurchasePlan
provisioningState
String

Entre los valores posibles se incluyen: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating'

features
IList<GalleryImageFeature>

Lista de características de imagen de la galería.

architecture
String

Entre los valores posibles se incluyen: "x64", "Arm64"

Se aplica a