ScriptActions interface
ScriptActions を表すインターフェイス。
メソッド
delete(string, string, string, Script |
クラスターの指定した永続化されたスクリプト アクションを削除します。 |
get |
実行操作の非同期操作の状態を取得します。 |
get |
指定されたスクリプト実行 ID のスクリプト実行の詳細を取得します。 |
list |
指定したクラスターに対する永続化されたスクリプト アクションを一覧表示します。 |
メソッドの詳細
delete(string, string, string, ScriptActionsDeleteOptionalParams)
クラスターの指定した永続化されたスクリプト アクションを削除します。
function delete(resourceGroupName: string, clusterName: string, scriptName: string, options?: ScriptActionsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスターの名前です。
- scriptName
-
string
スクリプトの名前。
options パラメーター。
戻り値
Promise<void>
getExecutionAsyncOperationStatus(string, string, string, ScriptActionsGetExecutionAsyncOperationStatusOptionalParams)
実行操作の非同期操作の状態を取得します。
function getExecutionAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: ScriptActionsGetExecutionAsyncOperationStatusOptionalParams): Promise<AsyncOperationResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスターの名前です。
- operationId
-
string
実行時間の長い操作 ID。
options パラメーター。
戻り値
Promise<AsyncOperationResult>
getExecutionDetail(string, string, string, ScriptActionsGetExecutionDetailOptionalParams)
指定されたスクリプト実行 ID のスクリプト実行の詳細を取得します。
function getExecutionDetail(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: ScriptActionsGetExecutionDetailOptionalParams): Promise<RuntimeScriptActionDetail>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスターの名前です。
- scriptExecutionId
-
string
スクリプト実行 ID
options パラメーター。
戻り値
Promise<RuntimeScriptActionDetail>
listByCluster(string, string, ScriptActionsListByClusterOptionalParams)
指定したクラスターに対する永続化されたスクリプト アクションを一覧表示します。
function listByCluster(resourceGroupName: string, clusterName: string, options?: ScriptActionsListByClusterOptionalParams): PagedAsyncIterableIterator<RuntimeScriptActionDetail, RuntimeScriptActionDetail[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスターの名前です。
options パラメーター。