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.Model
ExecuteScriptActionParameters

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