AsyncOperationStatusOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:async_operation_status> attribute.
- Inheritance
-
builtins.objectAsyncOperationStatusOperations
Constructor
AsyncOperationStatusOperations(*args, **kwargs)
Methods
get |
For checking the ongoing status of an operation. |
get
For checking the ongoing status of an operation.
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.9\\x64\\Lib\\site-packages\\azure\\mgmt\\redis\\models\\__init__.py'>
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