ImageInner 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
ImageInner() |
Initialise une nouvelle instance de la classe ImageInner. |
ImageInner(String, String, String, String, IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes) |
Initialise une nouvelle instance de la classe ImageInner. |
ImageInner()
Initialise une nouvelle instance de la classe ImageInner.
public ImageInner ();
Public Sub New ()
S’applique à
ImageInner(String, String, String, String, IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes)
Initialise une nouvelle instance de la classe ImageInner.
public ImageInner (string location, string id = default, string name = default, string type = default, 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.ImageInner : string * string * string * string * 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.ImageInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- 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