ReplicationExtensionOperationStatusOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
RecoveryServicesDataReplicationMgmtClient's
<xref:replication_extension_operation_status> attribute.
- Inheritance
-
builtins.objectReplicationExtensionOperationStatusOperations
Constructor
ReplicationExtensionOperationStatusOperations(*args, **kwargs)
Methods
get |
Gets the replication extension operation status. Tracks the results of an asynchronous operation on the replication extension. |
get
Gets the replication extension operation status.
Tracks the results of an asynchronous operation on the replication extension.
get(resource_group_name: str, vault_name: str, replication_extension_name: str, operation_id: str, **kwargs: Any) -> OperationStatus
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
vault_name
Required
|
The vault name. Required. |
replication_extension_name
Required
|
The replication extension name. Required. |
operation_id
Required
|
The ID of an ongoing async operation. Required. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
OperationStatus or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.recoveryservicesdatareplication.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\recoveryservicesdatareplication\\models\\__init__.py'>