ManagedDatabaseMoveOperationResult 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.
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
- 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) |