ManagedDatabaseMoveOperationResult Constructors
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.
Overloads
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. |
ManagedDatabaseMoveOperationResult()
Initializes a new instance of the ManagedDatabaseMoveOperationResult class.
public ManagedDatabaseMoveOperationResult ();
Public Sub New ()
Applies to
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.
public ManagedDatabaseMoveOperationResult (string id = default, string name = default, string type = default, string operation = default, string operationFriendlyName = default, DateTime? startTime = default, string state = default, string operationMode = default, string sourceManagedInstanceName = default, string targetManagedInstanceName = default, string sourceManagedInstanceId = default, string targetManagedInstanceId = default, string sourceDatabaseName = default, string targetDatabaseName = default, bool? isCancellable = default, int? errorCode = default, string errorDescription = default, int? errorSeverity = default, bool? isUserError = default);
new Microsoft.Azure.Management.Sql.Models.ManagedDatabaseMoveOperationResult : string * string * string * string * string * Nullable<DateTime> * string * string * string * string * string * string * string * string * Nullable<bool> * Nullable<int> * string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.Sql.Models.ManagedDatabaseMoveOperationResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional operation As String = Nothing, Optional operationFriendlyName As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional state As String = Nothing, Optional operationMode As String = Nothing, Optional sourceManagedInstanceName As String = Nothing, Optional targetManagedInstanceName As String = Nothing, Optional sourceManagedInstanceId As String = Nothing, Optional targetManagedInstanceId As String = Nothing, Optional sourceDatabaseName As String = Nothing, Optional targetDatabaseName As String = Nothing, Optional isCancellable As Nullable(Of Boolean) = Nothing, Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorDescription As String = Nothing, Optional errorSeverity As Nullable(Of Integer) = Nothing, Optional isUserError As Nullable(Of Boolean) = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- operation
- String
The name of operation.
- operationFriendlyName
- String
The friendly name of operation.
- state
- String
The operation state. Possible values include: 'Pending', 'InProgress', 'Succeeded', 'Failed', 'CancelInProgress', 'Cancelled'
- operationMode
- String
Operation mode. Possible values include: 'Move', 'Copy'
- sourceManagedInstanceName
- String
Source Managed Instance name.
- targetManagedInstanceName
- String
Target Managed Instance name.
- sourceManagedInstanceId
- String
Source Managed Instance resource id.
- targetManagedInstanceId
- String
Target Managed instance resource id.
- sourceDatabaseName
- String
Source database name.
- targetDatabaseName
- String
Target database name.
- errorDescription
- String
The operation error description.