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
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python