Partager via


PostgreSqlConnectionInfo Class

Definition

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
PostgreSqlConnectionInfo
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.

Applies to