Package version:

Interface JobVersions

Interface representing a JobVersions.

Hierarchy

  • JobVersions

Methods

Methods

  • Gets a job version.

    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.

    • jobVersion: number

      The version of the job to get.

    • Optional options: JobVersionsGetOptionalParams

      The options parameters.

    Returns Promise<JobVersion>

  • Gets all versions of 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: JobVersionsListByJobOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<JobVersion>

Generated using TypeDoc