GalleryApplicationCustomActionParameter 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
GalleryApplicationCustomActionParameter() |
Initialise une nouvelle instance de la classe GalleryApplicationCustomActionParameter. |
GalleryApplicationCustomActionParameter(String, Nullable<Boolean>, Nullable<GalleryApplicationCustomActionParameterType>, String, String) |
Initialise une nouvelle instance de la classe GalleryApplicationCustomActionParameter. |
GalleryApplicationCustomActionParameter()
Initialise une nouvelle instance de la classe GalleryApplicationCustomActionParameter.
public GalleryApplicationCustomActionParameter ();
Public Sub New ()
S’applique à
GalleryApplicationCustomActionParameter(String, Nullable<Boolean>, Nullable<GalleryApplicationCustomActionParameterType>, String, String)
Initialise une nouvelle instance de la classe GalleryApplicationCustomActionParameter.
public GalleryApplicationCustomActionParameter (string name, bool? required = default, Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameterType? type = default, string defaultValue = default, string description = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter : string * Nullable<bool> * Nullable<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameterType> * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter
Public Sub New (name As String, Optional required As Nullable(Of Boolean) = Nothing, Optional type As Nullable(Of GalleryApplicationCustomActionParameterType) = Nothing, Optional defaultValue As String = Nothing, Optional description As String = Nothing)
Paramètres
- name
- String
Nom de l’action personnalisée. Doit être unique dans la version de l’application gallery.
Indique si ce paramètre doit être passé lors de l’exécution de l’action personnalisée.
Spécifie le type du paramètre d’action personnalisée. Les valeurs possibles sont : String, ConfigurationDataBlob ou LogOutputBlob. Les valeurs possibles sont les suivantes : 'String', 'ConfigurationDataBlob', 'LogOutputBlob'
- defaultValue
- String
Valeur par défaut du paramètre. S’applique uniquement aux types de chaînes
- description
- String
Description pour aider les utilisateurs à comprendre ce que signifie ce paramètre
S’applique à
Azure SDK for .NET