TestJobStreams class

Class representing a TestJobStreams.

Constructors

TestJobStreams(AutomationClientContext)

Create a TestJobStreams.

Methods

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

Retrieve a test job stream of the test job identified by runbook name and stream 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)

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

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

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

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

Constructor Details

TestJobStreams(AutomationClientContext)

Create a TestJobStreams.

new TestJobStreams(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Reference to the service client.

Method Details

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

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?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>

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
RequestOptionsBase

The optional parameters

Returns

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>)

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
RequestOptionsBase

The optional parameters

callback

ServiceCallback<JobStream>

The callback

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

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<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.

callback

ServiceCallback<JobStream>

The callback

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

runbookName

string

The runbook name.

callback

ServiceCallback<JobStreamListResult>

The callback

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): Promise<TestJobStreamsListByTestJobResponse>

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 optional parameters

Returns

Promise<Models.TestJobStreamsListByTestJobResponse>

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

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

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 optional parameters

callback

ServiceCallback<JobStreamListResult>

The callback

listByTestJobNext(string, RequestOptionsBase)

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

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<JobStreamListResult>

The callback

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<JobStreamListResult>

The callback