JobPoller type

ジョブリソースを作成する長期的なオペレーションのためのポーラーです。

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