次の方法で共有


TestJobOperations class

TestJobOperations を表すクラス。

コンストラクター

TestJobOperations(AutomationClientContext)

TestJobOperations を作成します。

メソッド

create(string, string, string, TestJobCreateParameters, RequestOptionsBase)

Runbook のテスト ジョブを作成します。

create(string, string, string, TestJobCreateParameters, RequestOptionsBase, ServiceCallback<TestJob>)
create(string, string, string, TestJobCreateParameters, ServiceCallback<TestJob>)
get(string, string, string, RequestOptionsBase)

指定した Runbook のテスト ジョブを取得します。

get(string, string, string, RequestOptionsBase, ServiceCallback<TestJob>)
get(string, string, string, ServiceCallback<TestJob>)
resume(string, string, string, RequestOptionsBase)

テスト ジョブを再開します。

resume(string, string, string, RequestOptionsBase, ServiceCallback<void>)
resume(string, string, string, ServiceCallback<void>)
stop(string, string, string, RequestOptionsBase)

テスト ジョブを停止します。

stop(string, string, string, RequestOptionsBase, ServiceCallback<void>)
stop(string, string, string, ServiceCallback<void>)
suspend(string, string, string, RequestOptionsBase)

テスト ジョブを中断します。

suspend(string, string, string, RequestOptionsBase, ServiceCallback<void>)
suspend(string, string, string, ServiceCallback<void>)

コンストラクターの詳細

TestJobOperations(AutomationClientContext)

TestJobOperations を作成します。

new TestJobOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

サービス クライアントへの参照。

メソッドの詳細

create(string, string, string, TestJobCreateParameters, RequestOptionsBase)

Runbook のテスト ジョブを作成します。

function create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, options?: RequestOptionsBase): Promise<TestJobCreateResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

テスト ジョブの作成操作に指定されたパラメーター。

parameters
TestJobCreateParameters

テスト ジョブの作成操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.TestJobCreateResponse応答>

create(string, string, string, TestJobCreateParameters, RequestOptionsBase, ServiceCallback<TestJob>)

function create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<TestJob>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

テスト ジョブの作成操作に指定されたパラメーター。

parameters
TestJobCreateParameters

テスト ジョブの作成操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<TestJob>

コールバック

create(string, string, string, TestJobCreateParameters, ServiceCallback<TestJob>)

function create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, callback: ServiceCallback<TestJob>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

テスト ジョブの作成操作に指定されたパラメーター。

parameters
TestJobCreateParameters

テスト ジョブの作成操作に指定されたパラメーター。

callback

ServiceCallback<TestJob>

コールバック

get(string, string, string, RequestOptionsBase)

指定した Runbook のテスト ジョブを取得します。

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<TestJobGetResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.TestJobGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<TestJob>)

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<TestJob>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<TestJob>

コールバック

get(string, string, string, ServiceCallback<TestJob>)

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<TestJob>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

callback

ServiceCallback<TestJob>

コールバック

resume(string, string, string, RequestOptionsBase)

テスト ジョブを再開します。

function resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse応答>

resume(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック

resume(string, string, string, ServiceCallback<void>)

function resume(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

callback

ServiceCallback<void>

コールバック

stop(string, string, string, RequestOptionsBase)

テスト ジョブを停止します。

function stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse応答>

stop(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック

stop(string, string, string, ServiceCallback<void>)

function stop(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

callback

ServiceCallback<void>

コールバック

suspend(string, string, string, RequestOptionsBase)

テスト ジョブを中断します。

function suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse応答>

suspend(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック

suspend(string, string, string, ServiceCallback<void>)

function suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

callback

ServiceCallback<void>

コールバック