你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedDatabaseMoveCopyOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |