다음을 통해 공유


AnalyzeBatchPoller type

beginAnalyzeBatch 시작된 장기 실행 작업을 폴링하는 폴러입니다.

type AnalyzeBatchPoller = PollerLike<
  AnalyzeBatchOperationState,
  PagedAnalyzeBatchResult
>