ImageUpdate 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
ImageUpdate() |
Initialise une nouvelle instance de la classe ImageUpdate. |
ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes) |
Initialise une nouvelle instance de la classe ImageUpdate. |
ImageUpdate()
Initialise une nouvelle instance de la classe ImageUpdate.
public ImageUpdate ();
Public Sub New ()
S’applique à
ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes)
Initialise une nouvelle instance de la classe ImageUpdate.
public ImageUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource sourceVirtualMachine = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImageStorageProfile storageProfile = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGenerationTypes hyperVGeneration = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ImageUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Compute.Fluent.Models.ImageStorageProfile * string * Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGenerationTypes -> Microsoft.Azure.Management.Compute.Fluent.Models.ImageUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sourceVirtualMachine As SubResource = Nothing, Optional storageProfile As ImageStorageProfile = Nothing, Optional provisioningState As String = Nothing, Optional hyperVGeneration As HyperVGenerationTypes = Nothing)
Paramètres
- tags
- IDictionary<String,String>
Balises de ressource
- sourceVirtualMachine
- SubResource
Machine virtuelle source à partir de laquelle l’image est créée.
- storageProfile
- ImageStorageProfile
Spécifie les paramètres de stockage des disques de machine virtuelle.
- provisioningState
- String
État d’approvisionnement.
- hyperVGeneration
- HyperVGenerationTypes
Obtient l’HyperVGenerationType du VirtualMachine créé à partir de l’image. Les valeurs possibles sont les suivantes : 'V1', 'V2'
S’applique à
Azure SDK for .NET