ManagedDatabaseMoveOperationResult Class
A managed database move operation.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ManagedDatabaseMoveOperationResult(**kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
operation
|
The name of operation. |
|
operation_friendly_name
|
The friendly name of operation. |
|
start_time
|
The operation start time. |
|
state
|
The operation state. Known values are: "Pending", "InProgress", "Succeeded", "Failed", "CancelInProgress", and "Cancelled". |
|
operation_mode
|
Operation mode. Known values are: "Move" and "Copy". |
|
source_managed_instance_name
|
Source Managed Instance name. |
|
target_managed_instance_name
|
Target Managed Instance name. |
|
source_managed_instance_id
|
Source Managed Instance resource id. |
|
target_managed_instance_id
|
Target Managed instance resource id. |
|
source_database_name
|
Source database name. |
|
target_database_name
|
Target database name. |
|
is_cancellable
|
Is move operation cancellable. |
|
error_code
|
The operation error code. |
|
error_description
|
The operation error description. |
|
error_severity
|
The operation error severity. |
|
is_user_error
|
Whether or not the error is a user error. |