base_polling Module

Classes

BadResponse
BadStatus
LROBasePolling

A base LRO poller.

This assumes a basic flow:

  • I analyze the response to decide the polling approach
  • I poll
  • I ask the final resource depending of the polling approach

If your polling need are more specific, you could implement a PollingMethod directly

LocationPolling

Implements a Location polling.

LongRunningOperation

Provides default logic for interpreting operation responses and status updates.

OperationFailed
OperationResourcePolling

Implements a operation resource polling, typically from Operation-Location.

StatusCheckPolling

Should be the fallback polling, that don't poll but exit successfully if not other polling are detected and status code is 2xx.