AsyncOperationStatusOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

RedisManagementClient's

<xref:async_operation_status> attribute.

Inheritance
builtins.object
AsyncOperationStatusOperations

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
str

The location at which operation was triggered. Required.

operation_id
Required
str

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'>