GalleryApplicationCustomAction 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
GalleryApplicationCustomAction() |
Initialise une nouvelle instance de la classe GalleryApplicationCustomAction. |
GalleryApplicationCustomAction(String, String, String, IList<GalleryApplicationCustomActionParameter>) |
Initialise une nouvelle instance de la classe GalleryApplicationCustomAction. |
GalleryApplicationCustomAction()
Initialise une nouvelle instance de la classe GalleryApplicationCustomAction.
public GalleryApplicationCustomAction ();
Public Sub New ()
S’applique à
GalleryApplicationCustomAction(String, String, String, IList<GalleryApplicationCustomActionParameter>)
Initialise une nouvelle instance de la classe GalleryApplicationCustomAction.
public GalleryApplicationCustomAction (string name, string script, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter> parameters = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter> -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction
Public Sub New (name As String, script As String, Optional description As String = Nothing, Optional parameters As IList(Of GalleryApplicationCustomActionParameter) = Nothing)
Paramètres
- name
- String
Nom de l’action personnalisée. Doit être unique dans la version de l’application gallery.
- script
- String
Script à exécuter lors de l’exécution de cette action personnalisée.
- description
- String
Description pour aider les utilisateurs à comprendre ce que cette action personnalisée fait.
- parameters
- IList<GalleryApplicationCustomActionParameter>
Paramètres utilisés par cette action personnalisée
S’applique à
Azure SDK for .NET