GalleryApplicationCustomAction Class   
A custom action that can be performed with a Gallery Application Version.
All required parameters must be populated in order to send to server.
Constructor
GalleryApplicationCustomAction(*, name: str, script: str, description: str | None = None, parameters: list['_models.GalleryApplicationCustomActionParameter'] | None = None, **kwargs: Any)
		Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 name 
	 | 
	
		
		 The name of the custom action. Must be unique within the Gallery Application Version. Required.  | 
| 
		 script 
	 | 
	
		
		 The script to run when executing this custom action. Required.  | 
| 
		 description 
	 | 
	
		
		 Description to help the users understand what this custom action does. Default value: None 
			 | 
| 
		 parameters 
	 | 
	
		
		 The parameters that this custom action uses. Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 name 
	 | 
	
		
		 The name of the custom action. Must be unique within the Gallery Application Version. Required.  | 
| 
		 script 
	 | 
	
		
		 The script to run when executing this custom action. Required.  | 
| 
		 description 
	 | 
	
		
		 Description to help the users understand what this custom action does.  | 
| 
		 parameters 
	 | 
	
		
		 The parameters that this custom action uses.  |