Share via


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
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

operation
str

The name of operation.

operation_friendly_name
str

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
str

Source Managed Instance name.

target_managed_instance_name
str

Target Managed Instance name.

source_managed_instance_id
str

Source Managed Instance resource id.

target_managed_instance_id
str

Target Managed instance resource id.

source_database_name
str

Source database name.

target_database_name
str

Target database name.

is_cancellable

Is move operation cancellable.

error_code
int

The operation error code.

error_description
str

The operation error description.

error_severity
int

The operation error severity.

is_user_error

Whether or not the error is a user error.