DocumentModelAdministrationLROPoller 클래스
반환된 폴러 개체 뒤에 프로토콜을 구현합니다.
- 상속
-
typing_extensions.ProtocolDocumentModelAdministrationLROPoller
생성자
DocumentModelAdministrationLROPoller(*args, **kwargs)
메서드
add_done_callback | |
continuation_token | |
done | |
polling_method | |
remove_done_callback | |
result | |
status | |
wait |
add_done_callback
add_done_callback(func: Callable) -> None
매개 변수
Name | Description |
---|---|
func
필수
|
|
continuation_token
continuation_token() -> str
done
done() -> bool
polling_method
polling_method() -> PollingMethod[PollingReturnType_co]
remove_done_callback
remove_done_callback(func: Callable) -> None
매개 변수
Name | Description |
---|---|
func
필수
|
|
result
result(timeout: int | None = None) -> PollingReturnType_co
매개 변수
Name | Description |
---|---|
timeout
|
기본값: None
|
status
status() -> str
wait
wait(timeout: float | None = None) -> None
매개 변수
Name | Description |
---|---|
timeout
|
기본값: None
|
특성
details
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python