Partager via


ConnectToSourcePostgreSqlSyncTaskOutput Constructors

Definition

Overloads

ConnectToSourcePostgreSqlSyncTaskOutput()

Initializes a new instance of the ConnectToSourcePostgreSqlSyncTaskOutput class.

ConnectToSourcePostgreSqlSyncTaskOutput(String, String, IList<String>, String, IList<ReportableException>)

Initializes a new instance of the ConnectToSourcePostgreSqlSyncTaskOutput class.

ConnectToSourcePostgreSqlSyncTaskOutput()

Initializes a new instance of the ConnectToSourcePostgreSqlSyncTaskOutput class.

public ConnectToSourcePostgreSqlSyncTaskOutput ();
Public Sub New ()

Applies to

ConnectToSourcePostgreSqlSyncTaskOutput(String, String, IList<String>, String, IList<ReportableException>)

Initializes a new instance of the ConnectToSourcePostgreSqlSyncTaskOutput class.

public ConnectToSourcePostgreSqlSyncTaskOutput (string id = default, string sourceServerVersion = default, System.Collections.Generic.IList<string> databases = default, string sourceServerBrandVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> validationErrors = default);
new Microsoft.Azure.Management.DataMigration.Models.ConnectToSourcePostgreSqlSyncTaskOutput : string * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.ConnectToSourcePostgreSqlSyncTaskOutput
Public Sub New (Optional id As String = Nothing, Optional sourceServerVersion As String = Nothing, Optional databases As IList(Of String) = Nothing, Optional sourceServerBrandVersion As String = Nothing, Optional validationErrors As IList(Of ReportableException) = Nothing)

Parameters

id
String

Result identifier

sourceServerVersion
String

Version of the source server

databases
IList<String>

List of databases on source server

sourceServerBrandVersion
String

Source server brand version

validationErrors
IList<ReportableException>

Validation errors associated with the task

Applies to