GalleryApplicationCustomAction 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.
A custom action that can be performed with a Gallery Application Version.
public class GalleryApplicationCustomAction
type GalleryApplicationCustomAction = class
Public Class GalleryApplicationCustomAction
- Inheritance
-
GalleryApplicationCustomAction
Constructors
GalleryApplicationCustomAction() |
Initializes a new instance of the GalleryApplicationCustomAction class. |
GalleryApplicationCustomAction(String, String, String, IList<GalleryApplicationCustomActionParameter>) |
Initializes a new instance of the GalleryApplicationCustomAction class. |
Properties
Description |
Gets or sets description to help the users understand what this custom action does. |
Name |
Gets or sets the name of the custom action. Must be unique within the Gallery Application Version. |
Parameters |
Gets or sets the parameters that this custom action uses |
Script |
Gets or sets the script to run when executing this custom action. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET