RecoveryServicesClientOperationsMixin Class

Inheritance
azure.mgmt.recoveryservices._vendor.MixinABC
RecoveryServicesClientOperationsMixin

Constructor

RecoveryServicesClientOperationsMixin()

Methods

get_operation_result

Gets the operation result for a resource.

get_operation_status

Gets the operation status for a resource.

get_operation_result

Gets the operation result for a resource.

get_operation_result(resource_group_name: str, vault_name: str, operation_id: str, **kwargs: Any) -> Optional[azure.mgmt.recoveryservices.models._models_py3.Vault]

Parameters

resource_group_name
str
Required

The name of the resource group where the recovery services vault is present.

vault_name
str
Required

The name of the recovery services vault.

operation_id
str
Required
cls
callable

A custom type or function that will be passed the direct response

Returns

Vault, or the result of cls(response)

Return type

Exceptions

get_operation_status

Gets the operation status for a resource.

get_operation_status(resource_group_name: str, vault_name: str, operation_id: str, **kwargs: Any) -> azure.mgmt.recoveryservices.models._models_py3.OperationResource

Parameters

resource_group_name
str
Required

The name of the resource group where the recovery services vault is present.

vault_name
str
Required

The name of the recovery services vault.

operation_id
str
Required
cls
callable

A custom type or function that will be passed the direct response

Returns

OperationResource, or the result of cls(response)

Return type

Exceptions