DocumentModelAdministrationLROPoller Class
Implements a protocol followed by returned poller objects.
- Inheritance
-
typing_extensions.ProtocolDocumentModelAdministrationLROPoller
Constructor
DocumentModelAdministrationLROPoller(*args, **kwargs)
Methods
add_done_callback | |
continuation_token | |
done | |
polling_method | |
remove_done_callback | |
result | |
status | |
wait |
add_done_callback
add_done_callback(func: Callable) -> None
Parameters
Name | Description |
---|---|
func
Required
|
|
continuation_token
continuation_token() -> str
done
done() -> bool
polling_method
polling_method() -> PollingMethod[PollingReturnType_co]
remove_done_callback
remove_done_callback(func: Callable) -> None
Parameters
Name | Description |
---|---|
func
Required
|
|
result
result(timeout: int | None = None) -> PollingReturnType_co
Parameters
Name | Description |
---|---|
timeout
|
Default value: None
|
status
status() -> str
wait
wait(timeout: float | None = None) -> None
Parameters
Name | Description |
---|---|
timeout
|
Default value: None
|
Attributes
details
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python