Share via


ManagedDatabaseMoveCopyOperation Class

Definition

public class ManagedDatabaseMoveCopyOperation
type ManagedDatabaseMoveCopyOperation = class
Public Class ManagedDatabaseMoveCopyOperation
Inheritance
ManagedDatabaseMoveCopyOperation

Constructors

ManagedDatabaseMoveCopyOperation(ManagedDatabaseMoveOperationResult)

Properties

ErrorCode

Gets the operation error code.

ErrorDescription

Gets the operation error description.

ErrorSeverity

Gets the operation error severity.

Id

Gets the name of operation.

IsCancellable

Gets is move operation cancellable.

IsUserError

Gets whether or not the error is a user error.

Name

Gets the name of operation.

Operation

Gets the name of operation.

OperationFriendlyName

Gets the friendly name of operation.

OperationMode

Gets operation mode. Possible values include: 'Move', 'Copy'

SourceDatabaseName

Gets source database name.

SourceManagedInstanceId

Gets source Managed Instance resource id.

SourceManagedInstanceName

Gets source Managed Instance name.

StartTime

Gets the operation start time.

State

Gets the operation state. Possible values include: 'Pending', 'InProgress', 'Succeeded', 'Failed', 'CancelInProgress', 'Cancelled'

TargetDatabaseName

Gets target database name.

TargetManagedInstanceId

Gets target Managed instance resource id.

TargetManagedInstanceName

Gets target Managed Instance name.

Applies to