你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
参数
名称 | 说明 |
---|---|
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
参数
名称 | 说明 |
---|---|
func
必需
|
|
result
result(timeout: int | None = None) -> PollingReturnType_co
参数
名称 | 说明 |
---|---|
timeout
|
默认值: None
|
status
status() -> str
wait
wait(timeout: float | None = None) -> None
参数
名称 | 说明 |
---|---|
timeout
|
默认值: None
|