NoPolling Class

An empty poller that returns the deserialized initial response.

Inheritance
azure.core.polling._poller.PollingMethod
NoPolling

Constructor

NoPolling()

Methods

finished

Is this polling finished?

from_continuation_token
get_continuation_token
initialize
resource
run

Empty run, no polling.

status

Return the current status as a string.

finished

Is this polling finished?

finished() -> bool

Return type

from_continuation_token

from_continuation_token(continuation_token, **kwargs)

Parameters

cls
Required
continuation_token
Required

get_continuation_token

get_continuation_token()

initialize

initialize(_: Any, initial_response: Any, deserialization_callback: Callable) -> None

Parameters

_
Required
initial_response
Required
deserialization_callback
Required

resource

resource() -> Any

run

Empty run, no polling.

run() -> None

status

Return the current status as a string.

status() -> str

Return type

str