GalleryApplication 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
GalleryApplication() |
Initialise une nouvelle instance de la classe GalleryApplication. |
GalleryApplication(String, OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>, IList<GalleryApplicationCustomAction>) |
Initialise une nouvelle instance de la classe GalleryApplication. |
GalleryApplication()
Initialise une nouvelle instance de la classe GalleryApplication.
public GalleryApplication ();
Public Sub New ()
S’applique à
GalleryApplication(String, OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>, IList<GalleryApplicationCustomAction>)
Initialise une nouvelle instance de la classe GalleryApplication.
public GalleryApplication (string location, Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes supportedOSType, 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, DateTime? endOfLifeDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> customActions = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplication : string * Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> -> Microsoft.Azure.Management.Compute.Models.GalleryApplication
Public Sub New (location As String, supportedOSType As OperatingSystemTypes, 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 endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional customActions As IList(Of GalleryApplicationCustomAction) = Nothing)
Paramètres
- location
- String
Emplacement de la ressource
- supportedOSType
- OperatingSystemTypes
Cette propriété vous permet de spécifier le type pris en charge du système d’exploitation pour lequel l’application est générée. <br><br br> Valeurs possibles : <br><br>Windows<br><br>Linux. Les valeurs possibles sont les suivantes : « Windows », « Linux »
- id
- String
ID de ressource
- name
- String
Nom de la ressource
- type
- String
Type de ressource
- tags
- IDictionary<String,String>
Balises de ressource
- description
- String
Description de cette ressource de définition d’application de la galerie. Cette propriété peut être mise à jour.
- eula
- String
Contrat cluf pour la définition d’application de la galerie.
- privacyStatementUri
- String
URI de déclaration de confidentialité.
- releaseNoteUri
- String
URI de la note de publication.
Date de fin de vie de la définition d’application de la galerie. Cette propriété peut être utilisée à des fins de désaffectation. Cette propriété peut être mise à jour.
- customActions
- IList<GalleryApplicationCustomAction>
Liste des actions personnalisées qui peuvent être effectuées avec toutes les versions de l’application de galerie au sein de cette application de galerie.
S’applique à
Azure SDK for .NET