你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestJobStreams class

表示 TestJobStreams 的类。

构造函数

TestJobStreams(AutomationClientContext)

创建 TestJobStreams。

方法

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

检索由 Runbook 名称和流 ID 标识的测试作业的测试作业流。

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 名称和流 ID 标识的测试作业的测试作业流。

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

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

runbookName

string

Runbook 名称。

jobStreamId

string

作业流 ID。

options
RequestOptionsBase

可选参数

返回

承诺<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

作业流 ID。

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

作业流 ID。

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 名称。

返回

承诺<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

可选参数

返回

承诺<Models.TestJobStreamsListByTestJobNext响应>

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。