MigrateSqlServerSqlDbSyncTaskProperties 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
MigrateSqlServerSqlDbSyncTaskProperties() |
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskProperties class. |
MigrateSqlServerSqlDbSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, MigrateSqlServerSqlDbSyncTaskInput, IList<MigrateSqlServerSqlDbSyncTaskOutput>) |
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskProperties class. |
MigrateSqlServerSqlDbSyncTaskProperties()
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskProperties class.
public MigrateSqlServerSqlDbSyncTaskProperties ();
Public Sub New ()
Applies to
MigrateSqlServerSqlDbSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, MigrateSqlServerSqlDbSyncTaskInput, IList<MigrateSqlServerSqlDbSyncTaskOutput>)
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskProperties class.
public MigrateSqlServerSqlDbSyncTaskProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> errors = default, string state = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.CommandProperties> commands = default, System.Collections.Generic.IDictionary<string,string> clientData = default, Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskInput input = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskOutput> output = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.CommandProperties> * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskInput * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskOutput> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskProperties
Public Sub New (Optional errors As IList(Of ODataError) = Nothing, Optional state As String = Nothing, Optional commands As IList(Of CommandProperties) = Nothing, Optional clientData As IDictionary(Of String, String) = Nothing, Optional input As MigrateSqlServerSqlDbSyncTaskInput = Nothing, Optional output As IList(Of MigrateSqlServerSqlDbSyncTaskOutput) = Nothing)
Parameters
- errors
- IList<ODataError>
Array of errors. This is ignored if submitted.
- state
- String
The state of the task. This is ignored if submitted. Possible values include: 'Unknown', 'Queued', 'Running', 'Canceled', 'Succeeded', 'Failed', 'FailedInputValidation', 'Faulted'
- commands
- IList<CommandProperties>
Array of command properties.
- clientData
- IDictionary<String,String>
Key value pairs of client data to attach meta data information to task
Task input
Task output. This is ignored if submitted.