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 Azure.
- Inheritance
-
msrest.serialization.ModelExecuteScriptActionParameters
Constructor
ExecuteScriptActionParameters(*, persist_on_success: bool, script_actions: List[RuntimeScriptAction] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
script_actions
Required
|
The list of run time script actions. |
persist_on_success
Required
|
Required. Gets or sets if the scripts needs to be persisted. |
Keyword-Only Parameters
Name | Description |
---|---|
persist_on_success
Required
|
|
script_actions
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python