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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python