你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
|
|