Package version:

Interface representing a JobsExecutions.

interface JobsExecutions {
    list(resourceGroupName: string, jobName: string, options?: JobsExecutionsListOptionalParams): PagedAsyncIterableIterator<JobExecution>;
}

Methods

Methods