Package version:

Interface JobExecutions

Interface representing a JobExecutions.

Hierarchy

  • JobExecutions

Methods

  • Starts an elastic 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.

    • Optional options: JobExecutionsCreateOptionalParams

      The options parameters.

    Returns Promise<JobExecution>

  • Creates or updates 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 job execution id to create the job execution under.

    • Optional options: JobExecutionsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<JobExecution>, JobExecution>>

  • Creates or updates 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 job execution id to create the job execution under.

    • Optional options: JobExecutionsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<JobExecution>

  • Requests cancellation 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.

    • jobExecutionId: string

      The id of the job execution to cancel.

    • Optional options: JobExecutionsCancelOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets 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.

    • jobExecutionId: string

      The id of the job execution

    • Optional options: JobExecutionsGetOptionalParams

      The options parameters.

    Returns Promise<JobExecution>

  • Lists a job's executions.

    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.

    • Optional options: JobExecutionsListByJobOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<JobExecution>

Generated using TypeDoc