Partilhar via


AnalyzeBatchPoller type

Um poller que sonda operações de longa duração iniciadas por beginAnalyzeBatch.

type AnalyzeBatchPoller = PollerLike<
  AnalyzeBatchOperationState,
  PagedAnalyzeBatchResult
>