Package version:

Interface Jobs

Interface representing a Jobs.

Hierarchy

  • Jobs

Methods

  • Creates or updates a job.

    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.

    • parameters: Job

      The requested job state.

    • Optional options: JobsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<Job>

  • Deletes a job.

    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 delete.

    • Optional options: JobsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a job.

    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: JobsGetOptionalParams

      The options parameters.

    Returns Promise<Job>

  • Gets a list of jobs.

    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.

    • Optional options: JobsListByAgentOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Job>

Generated using TypeDoc