共用方式為


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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

runbookName

string

Runbook 名稱。

callback

ServiceCallback<void>

回呼