polling Package
Modules
| async_base_polling | |
| base_polling |
Classes
| AsyncLROPoller |
Async poller for long running operations. |
| AsyncNoPolling |
An empty async poller that returns the deserialized initial response. |
| AsyncPollingMethod |
ABC class for polling method. |
| LROPoller |
Poller for long running operations. |
| NoPolling |
An empty poller that returns the deserialized initial response. |
| PollingMethod |
ABC class for polling method. |
Functions
async_poller
Async Poller for long running operations.
Deprecated since version 1.5.0: Use AsyncLROPoller instead.
async async_poller(client, initial_response, deserialization_callback, polling_method)
Parameters
Required
A callback that takes a Response and return a deserialized object. If a subclass of Model is given, this passes "deserialize" as callback.
Feedback
Submit and view feedback for