Package version:

Interface ManagedDatabaseMoveOperationResult

A managed database move operation.

Hierarchy

Properties

errorCode?: number

The operation error code. NOTE: This property will not be serialized. It can only be populated by the server.

errorDescription?: string

The operation error description. NOTE: This property will not be serialized. It can only be populated by the server.

errorSeverity?: number

The operation error severity. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

isCancellable?: boolean

Is move operation cancellable. NOTE: This property will not be serialized. It can only be populated by the server.

isUserError?: boolean

Whether or not the error is a user error. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

operation?: string

The name of operation. NOTE: This property will not be serialized. It can only be populated by the server.

operationFriendlyName?: string

The friendly name of operation. NOTE: This property will not be serialized. It can only be populated by the server.

operationMode?: string

Operation mode. NOTE: This property will not be serialized. It can only be populated by the server.

sourceDatabaseName?: string

Source database name. NOTE: This property will not be serialized. It can only be populated by the server.

sourceManagedInstanceId?: string

Source Managed Instance resource id. NOTE: This property will not be serialized. It can only be populated by the server.

sourceManagedInstanceName?: string

Source Managed Instance name. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

The operation start time. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

The operation state. NOTE: This property will not be serialized. It can only be populated by the server.

targetDatabaseName?: string

Target database name. NOTE: This property will not be serialized. It can only be populated by the server.

targetManagedInstanceId?: string

Target Managed instance resource id. NOTE: This property will not be serialized. It can only be populated by the server.

targetManagedInstanceName?: string

Target Managed Instance name. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc