PollingMethod Class
ABC class for polling method.
- Inheritance
-
PollingMethod
Constructor
PollingMethod()
Methods
finished | |
from_continuation_token | |
get_continuation_token | |
initialize | |
resource | |
run | |
status |
finished
finished() -> bool
from_continuation_token
from_continuation_token(continuation_token: str, **kwargs: Any) -> Tuple[Any, Any, Any]
Parameters
Name | Description |
---|---|
continuation_token
Required
|
|
get_continuation_token
get_continuation_token() -> str
initialize
initialize(client: Any, initial_response: Any, deserialization_callback: Any) -> None
Parameters
Name | Description |
---|---|
client
Required
|
|
initial_response
Required
|
|
deserialization_callback
Required
|
|
resource
resource() -> PollingReturnType_co
run
run() -> None
status
status() -> str
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