PostgreSqlConnectionInfo Class
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.
Information for connecting to PostgreSQL server
[Newtonsoft.Json.JsonObject("PostgreSqlConnectionInfo")]
public class PostgreSqlConnectionInfo : Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo
[<Newtonsoft.Json.JsonObject("PostgreSqlConnectionInfo")>]
type PostgreSqlConnectionInfo = class
inherit ConnectionInfo
Public Class PostgreSqlConnectionInfo
Inherits ConnectionInfo
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
PostgreSqlConnectionInfo() |
Initializes a new instance of the PostgreSqlConnectionInfo class. |
PostgreSqlConnectionInfo(String, Int32, String, String, String) |
Initializes a new instance of the PostgreSqlConnectionInfo class. |
Properties
DatabaseName |
Gets or sets name of the database |
Password |
Gets or sets password credential. (Inherited from ConnectionInfo) |
Port |
Gets or sets port for Server |
ServerName |
Gets or sets name of the server |
UserName |
Gets or sets user name (Inherited from ConnectionInfo) |
Methods
Validate() |
Validate the object. |