TestJobStreams interface

Interface representing a TestJobStreams.

Methods

get(string, string, string, string, TestJobStreamsGetOptionalParams)

Retrieve a test job stream of the test job identified by runbook name and stream id.

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Retrieve a list of test job streams identified by runbook name.

Method Details

get(string, string, string, string, TestJobStreamsGetOptionalParams)

Retrieve a test job stream of the test job identified by runbook name and stream id.

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

runbookName

string

The runbook name.

jobStreamId

string

The job stream id.

options
TestJobStreamsGetOptionalParams

The options parameters.

Returns

Promise<JobStream>

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Retrieve a list of test job streams identified by runbook name.

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): PagedAsyncIterableIterator<JobStream, JobStream[], PageSettings>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

runbookName

string

The runbook name.

options
TestJobStreamsListByTestJobOptionalParams

The options parameters.

Returns