次の方法で共有


ScriptExecutionHistory interface

ScriptExecutionHistory を表すインターフェイス。

メソッド

listByCluster(string, string, ScriptExecutionHistoryListByClusterOptionalParams)

指定したクラスターのすべてのスクリプトの実行履歴を一覧表示します。

promote(string, string, string, ScriptExecutionHistoryPromoteOptionalParams)

指定したアドホック スクリプトの実行を永続化されたスクリプトに昇格します。

メソッドの詳細

listByCluster(string, string, ScriptExecutionHistoryListByClusterOptionalParams)

指定したクラスターのすべてのスクリプトの実行履歴を一覧表示します。

function listByCluster(resourceGroupName: string, clusterName: string, options?: ScriptExecutionHistoryListByClusterOptionalParams): PagedAsyncIterableIterator<RuntimeScriptActionDetail, RuntimeScriptActionDetail[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスターの名前。

options
ScriptExecutionHistoryListByClusterOptionalParams

オプション パラメーター。

戻り値

promote(string, string, string, ScriptExecutionHistoryPromoteOptionalParams)

指定したアドホック スクリプトの実行を永続化されたスクリプトに昇格します。

function promote(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: ScriptExecutionHistoryPromoteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスターの名前。

scriptExecutionId

string

スクリプト実行 ID

options
ScriptExecutionHistoryPromoteOptionalParams

オプション パラメーター。

戻り値

Promise<void>