Share via


OperationStatusesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ChaosManagementClient's

<xref:operation_statuses> attribute.

Constructor

OperationStatusesOperations(*args, **kwargs)

Methods

get

Returns the current status of an async operation.

get

Returns the current status of an async operation.

get(location: str, operation_id: str, **kwargs: Any) -> OperationStatusResult

Parameters

Name Description
location
Required
str

The name of the Azure region. Required.

operation_id
Required
str

The ID of an ongoing async operation. Required.

Returns

Type Description

OperationStatusResult or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.chaos.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv84\\Lib\\site-packages\\azure\\mgmt\\chaos\\models\\__init__.py'>