PostgreSqlConnectionInfo 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
PostgreSqlConnectionInfo() |
Initializes a new instance of the PostgreSqlConnectionInfo class. |
PostgreSqlConnectionInfo(String, Int32, String, String, String) |
Initializes a new instance of the PostgreSqlConnectionInfo class. |
PostgreSqlConnectionInfo()
Initializes a new instance of the PostgreSqlConnectionInfo class.
public PostgreSqlConnectionInfo ();
Public Sub New ()
Applies to
PostgreSqlConnectionInfo(String, Int32, String, String, String)
Initializes a new instance of the PostgreSqlConnectionInfo class.
public PostgreSqlConnectionInfo (string serverName, int port, string userName = default, string password = default, string databaseName = default);
new Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo : string * int * string * string * string -> Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo
Public Sub New (serverName As String, port As Integer, Optional userName As String = Nothing, Optional password As String = Nothing, Optional databaseName As String = Nothing)
Parameters
- serverName
- String
Name of the server
- port
- Int32
Port for Server
- userName
- String
User name
- password
- String
Password credential.
- databaseName
- String
Name of the database