ScriptActionProfile interface
The script action profile.
Properties
name | Script name. |
parameters | Additional parameters for the script action. It should be space-separated list of arguments required for script execution. |
services | List of services to apply the script action. |
should |
Specify if the script should persist on the cluster. |
timeout |
Timeout duration for the script action in minutes. |
type | Type of the script action. Supported type is bash scripts. |
url | Url of the script file. |
Property Details
name
Script name.
name: string
Property Value
string
parameters
Additional parameters for the script action. It should be space-separated list of arguments required for script execution.
parameters?: string
Property Value
string
services
List of services to apply the script action.
services: string[]
Property Value
string[]
shouldPersist
Specify if the script should persist on the cluster.
shouldPersist?: boolean
Property Value
boolean
timeoutInMinutes
Timeout duration for the script action in minutes.
timeoutInMinutes?: number
Property Value
number
type
Type of the script action. Supported type is bash scripts.
type: string
Property Value
string
url
Url of the script file.
url: string
Property Value
string
Azure SDK for JavaScript