Package version:

Interface JobStepExecutions

Interface representing a JobStepExecutions.

Hierarchy

  • JobStepExecutions

Methods

  • Gets a step execution of a job 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.

    • Optional options: JobStepExecutionsGetOptionalParams

      The options parameters.

    Returns Promise<JobExecution>

  • Lists the step executions of a job 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

    • Optional options: JobStepExecutionsListByJobExecutionOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<JobExecution>

Generated using TypeDoc