다음을 통해 공유


ManagedDatabaseMoveOperationResult Class

Definition

A managed database move operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedDatabaseMoveOperationResult : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedDatabaseMoveOperationResult = class
    inherit ProxyResource
Public Class ManagedDatabaseMoveOperationResult
Inherits ProxyResource
Inheritance
ManagedDatabaseMoveOperationResult
Attributes

Constructors

ManagedDatabaseMoveOperationResult()

Initializes a new instance of the ManagedDatabaseMoveOperationResult class.

ManagedDatabaseMoveOperationResult(String, String, String, String, String, Nullable<DateTime>, String, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the ManagedDatabaseMoveOperationResult class.

Properties

ErrorCode

Gets the operation error code.

ErrorDescription

Gets the operation error description.

ErrorSeverity

Gets the operation error severity.

Id

Gets resource ID.

(Inherited from Resource)
IsCancellable

Gets is move operation cancellable.

IsUserError

Gets whether or not the error is a user error.

Name

Gets resource name.

(Inherited from Resource)
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.

Type

Gets resource type.

(Inherited from Resource)

Applies to