ConnectToSourcePostgreSqlSyncTaskOutput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- sourceServerBrandVersion
- String
Source server brand version
- validationErrors
- IList<ReportableException>
Validation errors associated with the task