Udostępnij za pośrednictwem


GetUserTablesSqlSyncTaskProperties Constructors

Definition

Overloads

GetUserTablesSqlSyncTaskProperties()

Initializes a new instance of the GetUserTablesSqlSyncTaskProperties class.

GetUserTablesSqlSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, GetUserTablesSqlSyncTaskInput, IList<GetUserTablesSqlSyncTaskOutput>)

Initializes a new instance of the GetUserTablesSqlSyncTaskProperties class.

GetUserTablesSqlSyncTaskProperties()

Initializes a new instance of the GetUserTablesSqlSyncTaskProperties class.

public GetUserTablesSqlSyncTaskProperties ();
Public Sub New ()

Applies to

GetUserTablesSqlSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, GetUserTablesSqlSyncTaskInput, IList<GetUserTablesSqlSyncTaskOutput>)

Initializes a new instance of the GetUserTablesSqlSyncTaskProperties class.

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

Task output. This is ignored if submitted.

Applies to