JobStreamOperations class

Class representing a JobStreamOperations.

Constructors

JobStreamOperations(AutomationClientContext)

Create a JobStreamOperations.

Methods

get(string, string, string, string, JobStreamGetOptionalParams)

Retrieve the job stream identified by job stream id.

get(string, string, string, string, JobStreamGetOptionalParams, ServiceCallback<JobStream>)
get(string, string, string, string, ServiceCallback<JobStream>)
listByJob(string, string, string, JobStreamListByJobOptionalParams)

Retrieve a list of jobs streams identified by job name.

listByJob(string, string, string, JobStreamListByJobOptionalParams, ServiceCallback<JobStreamListResult>)
listByJob(string, string, string, ServiceCallback<JobStreamListResult>)
listByJobNext(string, JobStreamListByJobNextOptionalParams)

Retrieve a list of jobs streams identified by job name.

listByJobNext(string, JobStreamListByJobNextOptionalParams, ServiceCallback<JobStreamListResult>)
listByJobNext(string, ServiceCallback<JobStreamListResult>)

Constructor Details

JobStreamOperations(AutomationClientContext)

Create a JobStreamOperations.

new JobStreamOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Reference to the service client.

Method Details

get(string, string, string, string, JobStreamGetOptionalParams)

Retrieve the job stream identified by job stream id.

function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: JobStreamGetOptionalParams): Promise<JobStreamGetResponse>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

jobName

string

The job name.

jobStreamId

string

The job stream id.

options
JobStreamGetOptionalParams

The optional parameters

Returns

Promise<Models.JobStreamGetResponse>

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

jobName

string

The job name.

jobStreamId

string

The job stream id.

options
JobStreamGetOptionalParams

The optional parameters

callback

ServiceCallback<JobStream>

The callback

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

jobName

string

The job name.

jobStreamId

string

The job stream id.

callback

ServiceCallback<JobStream>

The callback

listByJob(string, string, string, JobStreamListByJobOptionalParams)

Retrieve a list of jobs streams identified by job name.

function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStreamListByJobOptionalParams): Promise<JobStreamListByJobResponse>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

jobName

string

The job name.

options
JobStreamListByJobOptionalParams

The optional parameters

Returns

Promise<Models.JobStreamListByJobResponse>

listByJob(string, string, string, JobStreamListByJobOptionalParams, ServiceCallback<JobStreamListResult>)

function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options: JobStreamListByJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

jobName

string

The job name.

options
JobStreamListByJobOptionalParams

The optional parameters

callback

ServiceCallback<JobStreamListResult>

The callback

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

function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, callback: ServiceCallback<JobStreamListResult>)

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

jobName

string

The job name.

callback

ServiceCallback<JobStreamListResult>

The callback

listByJobNext(string, JobStreamListByJobNextOptionalParams)

Retrieve a list of jobs streams identified by job name.

function listByJobNext(nextPageLink: string, options?: JobStreamListByJobNextOptionalParams): Promise<JobStreamListByJobNextResponse>

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
JobStreamListByJobNextOptionalParams

The optional parameters

Returns

Promise<Models.JobStreamListByJobNextResponse>

listByJobNext(string, JobStreamListByJobNextOptionalParams, ServiceCallback<JobStreamListResult>)

function listByJobNext(nextPageLink: string, options: JobStreamListByJobNextOptionalParams, callback: ServiceCallback<JobStreamListResult>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
JobStreamListByJobNextOptionalParams

The optional parameters

callback

ServiceCallback<JobStreamListResult>

The callback

listByJobNext(string, ServiceCallback<JobStreamListResult>)

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<JobStreamListResult>

The callback