Parameters for the getSchedulerJob operation.

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

Properties

Properties

headers?: OutgoingHttpHeaders
jobId: string

Path parameter to specify the replication job id.