Package version:

Interface JobTargetExecutions

Interface representing a JobTargetExecutions.

Hierarchy

  • JobTargetExecutions

Methods

  • Gets a target execution.

    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.

    • Optional options: JobTargetExecutionsGetOptionalParams

      The options parameters.

    Returns Promise<JobExecution>

  • Lists the target executions of a job step execution.

    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.

    • Optional options: JobTargetExecutionsListByStepOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<JobExecution>

Generated using TypeDoc