ExecuteScriptActionParameters Class
The parameters for the script actions to execute on a running cluster.
All required parameters must be populated in order to send to server.
Constructor
ExecuteScriptActionParameters(*, persist_on_success: bool, script_actions: list['_models.RuntimeScriptAction'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
script_actions
|
The list of run time script actions. Default value: None
|
|
persist_on_success
|
Gets or sets if the scripts needs to be persisted. Required. |
Variables
| Name | Description |
|---|---|
|
script_actions
|
The list of run time script actions. |
|
persist_on_success
|
Gets or sets if the scripts needs to be persisted. Required. |