GalleryApplicationCustomActionParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
public class GalleryApplicationCustomActionParameter
type GalleryApplicationCustomActionParameter = class
Public Class GalleryApplicationCustomActionParameter
- Inheritance
-
GalleryApplicationCustomActionParameter
Constructors
GalleryApplicationCustomActionParameter() |
Initializes a new instance of the GalleryApplicationCustomActionParameter class. |
GalleryApplicationCustomActionParameter(String, Nullable<Boolean>, Nullable<GalleryApplicationCustomActionParameterType>, String, String) |
Initializes a new instance of the GalleryApplicationCustomActionParameter class. |
Properties
DefaultValue |
Gets or sets the default value of the parameter. Only applies to string types |
Description |
Gets or sets a description to help users understand what this parameter means |
Name |
Gets or sets the name of the custom action. Must be unique within the Gallery Application Version. |
Required |
Gets or sets indicates whether this parameter must be passed when running the custom action. |
Type |
Gets or sets specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob. Possible values include: 'String', 'ConfigurationDataBlob', 'LogOutputBlob' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET