Share via


ConnectToTargetSqlSqlDbSyncTaskProperties Constructors

Definition

Overloads

ConnectToTargetSqlSqlDbSyncTaskProperties()

Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskProperties class.

ConnectToTargetSqlSqlDbSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, ConnectToTargetSqlSqlDbSyncTaskInput, IList<ConnectToTargetSqlDbTaskOutput>)

Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskProperties class.

ConnectToTargetSqlSqlDbSyncTaskProperties()

Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskProperties class.

public ConnectToTargetSqlSqlDbSyncTaskProperties ();
Public Sub New ()

Applies to

ConnectToTargetSqlSqlDbSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, ConnectToTargetSqlSqlDbSyncTaskInput, IList<ConnectToTargetSqlDbTaskOutput>)

Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskProperties class.

public ConnectToTargetSqlSqlDbSyncTaskProperties (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.ConnectToTargetSqlSqlDbSyncTaskInput input = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetSqlDbTaskOutput> output = default);
new Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetSqlSqlDbSyncTaskProperties : 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.ConnectToTargetSqlSqlDbSyncTaskInput * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetSqlDbTaskOutput> -> Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetSqlSqlDbSyncTaskProperties
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 ConnectToTargetSqlSqlDbSyncTaskInput = Nothing, Optional output As IList(Of ConnectToTargetSqlDbTaskOutput) = 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

output
IList<ConnectToTargetSqlDbTaskOutput>

Task output. This is ignored if submitted.

Applies to