JobTargetExecutions interface

Interface representing a JobTargetExecutions.

Methods

get(string, string, string, string, string, string, string, JobTargetExecutionsGetOptionalParams)

Gets a target execution.

listByJobExecution(string, string, string, string, string, JobTargetExecutionsListByJobExecutionOptionalParams)

Lists target executions for all steps of a job execution.

listByStep(string, string, string, string, string, string, JobTargetExecutionsListByStepOptionalParams)

Lists the target executions of a job step execution.

Method Details

get(string, string, string, string, string, string, string, JobTargetExecutionsGetOptionalParams)

Gets a target execution.

function get(resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, stepName: string, targetId: string, options?: JobTargetExecutionsGetOptionalParams): Promise<JobExecution>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

jobAgentName

string

The name of the job agent.

jobName

string

The name of the job to get.

jobExecutionId

string

The unique id of the job execution

stepName

string

The name of the step.

targetId

string

The target id.

options
JobTargetExecutionsGetOptionalParams

The options parameters.

Returns

Promise<JobExecution>

listByJobExecution(string, string, string, string, string, JobTargetExecutionsListByJobExecutionOptionalParams)

Lists target executions for all steps of a job execution.

function listByJobExecution(resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, options?: JobTargetExecutionsListByJobExecutionOptionalParams): PagedAsyncIterableIterator<JobExecution, JobExecution[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

jobAgentName

string

The name of the job agent.

jobName

string

The name of the job to get.

jobExecutionId

string

The id of the job execution

options
JobTargetExecutionsListByJobExecutionOptionalParams

The options parameters.

Returns

listByStep(string, string, string, string, string, string, JobTargetExecutionsListByStepOptionalParams)

Lists the target executions of a job step execution.

function listByStep(resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, stepName: string, options?: JobTargetExecutionsListByStepOptionalParams): PagedAsyncIterableIterator<JobExecution, JobExecution[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

jobAgentName

string

The name of the job agent.

jobName

string

The name of the job to get.

jobExecutionId

string

The id of the job execution

stepName

string

The name of the step.

options
JobTargetExecutionsListByStepOptionalParams

The options parameters.

Returns