Partager via


ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties Constructors

Definition

Overloads

ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties()

Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties class.

ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, ConnectToTargetAzureDbForPostgreSqlSyncTaskInput, IList<ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput>)

Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties class.

ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties()

Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties class.

public ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties ();
Public Sub New ()

Applies to

ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, ConnectToTargetAzureDbForPostgreSqlSyncTaskInput, IList<ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput>)

Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties class.

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

Task output. This is ignored if submitted.

Applies to