PreparedImageSpecificationScript interface
Prepared image specification script
Properties
| execution |
The stage at which the script is executed.
Specifying |
| name | The name for the customization script. Must be unique within the prepared image specification resource. Can only contain lowercase alphanumeric,'-' or '.' characters. |
| post |
The action to take after successful script execution. |
| script | The script content to be executed in plain text. Do not include secrets. |
| script |
The runtime environment for the script (e.g. Bash). |
Property Details
executionPoint
The stage at which the script is executed.
Specifying NodeImageBuildTime will ensure changes are persisted into the node image.
executionPoint: string
Property Value
string
name
The name for the customization script. Must be unique within the prepared image specification resource. Can only contain lowercase alphanumeric,'-' or '.' characters.
name: string
Property Value
string
postScriptAction
The action to take after successful script execution.
postScriptAction?: string
Property Value
string
script
The script content to be executed in plain text. Do not include secrets.
script?: string
Property Value
string
scriptType
The runtime environment for the script (e.g. Bash).
scriptType: string
Property Value
string