Parameters for the getSchedulerJob operation.

interface GetSchedulerJobParams {
    headers?: OutgoingHttpHeaders;
    jobId: string;
    signal?: GenericAbortSignal;
}

Hierarchy

  • DefaultParams
    • GetSchedulerJobParams

Properties

headers?: OutgoingHttpHeaders
jobId: string

Path parameter to specify the replication job id.

signal?: GenericAbortSignal