共用方式為


TestJobStreams class

代表 TestJobStreams 的類別。

建構函式

TestJobStreams(AutomationClientContext)

建立 TestJobStreams。

方法

get(string, string, string, string, RequestOptionsBase)

擷取 Runbook 名稱和資料流程識別碼所識別之測試作業的測試作業資料流程。

get(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
get(string, string, string, string, ServiceCallback<JobStream>)
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

擷取 Runbook 名稱所識別的測試作業資料流程清單。

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)
listByTestJobNext(string, RequestOptionsBase)

擷取 Runbook 名稱所識別的測試作業資料流程清單。

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

建構函式詳細資料

TestJobStreams(AutomationClientContext)

建立 TestJobStreams。

new TestJobStreams(client: AutomationClientContext)

參數

client
AutomationClientContext

服務用戶端的參考。

方法詳細資料

get(string, string, string, string, RequestOptionsBase)

擷取 Runbook 名稱和資料流程識別碼所識別之測試作業的測試作業資料流程。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

runbookName

string

Runbook 名稱。

jobStreamId

string

作業資料流程識別碼。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.TestJobStreamsGetResponse>

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

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

runbookName

string

Runbook 名稱。

jobStreamId

string

作業資料流程識別碼。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<JobStream>

回呼

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

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

runbookName

string

Runbook 名稱。

jobStreamId

string

作業資料流程識別碼。

callback

ServiceCallback<JobStream>

回呼

listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

runbookName

string

Runbook 名稱。

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

擷取 Runbook 名稱所識別的測試作業資料流程清單。

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

runbookName

string

Runbook 名稱。

傳回

Promise < Models.TestJobStreamsListByTestJobResponse>

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options: TestJobStreamsListByTestJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

runbookName

string

Runbook 名稱。

listByTestJobNext(string, RequestOptionsBase)

擷取 Runbook 名稱所識別的測試作業資料流程清單。

function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。