ExecuteScriptActionParameters クラス

実行中のクラスターで実行するスクリプト アクションのパラメーター。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
ExecuteScriptActionParameters

コンストラクター

ExecuteScriptActionParameters(*, persist_on_success: bool, script_actions: List[RuntimeScriptAction] | None = None, **kwargs)

パラメーター

script_actions
list[RuntimeScriptAction]
必須

ランタイム スクリプト アクションの一覧。

persist_on_success
bool
必須

必須。 スクリプトを永続化する必要があるかどうかを取得または設定します。