GalleryApplicationVersion 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
GalleryApplicationVersion() |
Initialise une nouvelle instance de la classe GalleryApplicationVersion. |
GalleryApplicationVersion(String, GalleryApplicationVersionPublishingProfile, String, String, String, IDictionary<String,String>, String, ReplicationStatus) |
Initialise une nouvelle instance de la classe GalleryApplicationVersion. |
GalleryApplicationVersion(String, GalleryApplicationVersionPublishingProfile, String, String, String, IDictionary<String,String>, GalleryApplicationVersionSafetyProfile, String, ReplicationStatus) |
Initialise une nouvelle instance de la classe GalleryApplicationVersion. |
GalleryApplicationVersion()
Initialise une nouvelle instance de la classe GalleryApplicationVersion.
public GalleryApplicationVersion ();
Public Sub New ()
S’applique à
GalleryApplicationVersion(String, GalleryApplicationVersionPublishingProfile, String, String, String, IDictionary<String,String>, String, ReplicationStatus)
Initialise une nouvelle instance de la classe GalleryApplicationVersion.
public GalleryApplicationVersion (string location, Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile publishingProfile, string id, string name, string type, System.Collections.Generic.IDictionary<string,string> tags, string provisioningState, Microsoft.Azure.Management.Compute.Models.ReplicationStatus replicationStatus = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion : string * Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Compute.Models.ReplicationStatus -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion
Public Sub New (location As String, publishingProfile As GalleryApplicationVersionPublishingProfile, id As String, name As String, type As String, tags As IDictionary(Of String, String), provisioningState As String, Optional replicationStatus As ReplicationStatus = Nothing)
Paramètres
- location
- String
Emplacement de la ressource
- publishingProfile
- GalleryApplicationVersionPublishingProfile
- id
- String
ID de ressource
- name
- String
Nom de la ressource
- type
- String
Type de ressource
- tags
- IDictionary<String,String>
Balises de ressource
- provisioningState
- String
Les valeurs possibles sont les suivantes : « Création », « Mise à jour », « Échec », « Réussi », « Suppression », « Migration »
- replicationStatus
- ReplicationStatus
S’applique à
GalleryApplicationVersion(String, GalleryApplicationVersionPublishingProfile, String, String, String, IDictionary<String,String>, GalleryApplicationVersionSafetyProfile, String, ReplicationStatus)
Initialise une nouvelle instance de la classe GalleryApplicationVersion.
public GalleryApplicationVersion (string location, Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile publishingProfile, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionSafetyProfile safetyProfile = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Models.ReplicationStatus replicationStatus = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion : string * Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionSafetyProfile * string * Microsoft.Azure.Management.Compute.Models.ReplicationStatus -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion
Public Sub New (location As String, publishingProfile As GalleryApplicationVersionPublishingProfile, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional safetyProfile As GalleryApplicationVersionSafetyProfile = Nothing, Optional provisioningState As String = Nothing, Optional replicationStatus As ReplicationStatus = Nothing)
Paramètres
- location
- String
Emplacement de la ressource
- publishingProfile
- GalleryApplicationVersionPublishingProfile
- id
- String
ID de ressource
- name
- String
Nom de la ressource
- type
- String
Type de ressource
- tags
- IDictionary<String,String>
Balises de ressource
- safetyProfile
- GalleryApplicationVersionSafetyProfile
- provisioningState
- String
Les valeurs possibles sont les suivantes : « Création », « Mise à jour », « Échec », « Réussi », « Suppression », « Migration »
- replicationStatus
- ReplicationStatus
S’applique à
Azure SDK for .NET