AsyncOperationStatusOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:async_operation_status> attribute.
Constructor
AsyncOperationStatusOperations(*args, **kwargs)
Methods
get |
For checking the ongoing status of an operation. |
get
For checking the ongoing status of an operation.
async get(location: str, operation_id: str, **kwargs: Any) -> OperationStatus
Parameters
Name | Description |
---|---|
location
Required
|
The location at which operation was triggered. Required. |
operation_id
Required
|
The ID of asynchronous operation. Required. |
Returns
Type | Description |
---|---|
OperationStatus or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.redis.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv193\\Lib\\site-packages\\azure\\mgmt\\redis\\models\\__init__.py'>