Partager via


GetUserTablesSqlTaskProperties Constructors

Definition

Overloads

GetUserTablesSqlTaskProperties()

Initializes a new instance of the GetUserTablesSqlTaskProperties class.

GetUserTablesSqlTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, GetUserTablesSqlTaskInput, IList<GetUserTablesSqlTaskOutput>)

Initializes a new instance of the GetUserTablesSqlTaskProperties class.

GetUserTablesSqlTaskProperties()

Initializes a new instance of the GetUserTablesSqlTaskProperties class.

public GetUserTablesSqlTaskProperties ();
Public Sub New ()

Applies to

GetUserTablesSqlTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, GetUserTablesSqlTaskInput, IList<GetUserTablesSqlTaskOutput>)

Initializes a new instance of the GetUserTablesSqlTaskProperties class.

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

input
GetUserTablesSqlTaskInput

Task input

output
IList<GetUserTablesSqlTaskOutput>

Task output. This is ignored if submitted.

Applies to