RunPoller type

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

type RunPoller<TResult> = PollerLike<RunOperationState<TResult>, TResult>