JobPoller type

A poller for a long-running operation that creates a job resource.

type JobPoller<TResult> = PollerLike<JobOperationState<TResult>, TResult>