PostgreSqlConnectionInfo Class

Definition

Information for connecting to PostgreSQL server.

public class PostgreSqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo
type PostgreSqlConnectionInfo = class
    inherit ConnectionInfo
Public Class PostgreSqlConnectionInfo
Inherits ConnectionInfo
Inheritance
PostgreSqlConnectionInfo

Constructors

PostgreSqlConnectionInfo(String, Int32)

Initializes a new instance of PostgreSqlConnectionInfo.

Properties

AdditionalSettings

Additional connection settings.

Authentication

Authentication type to use for connection.

DatabaseName

Name of the database.

DataSource

Data source.

EncryptConnection

Whether to encrypt the connection.

Password

Password credential.

(Inherited from ConnectionInfo)
Port

Port for Server.

ServerBrandVersion

server brand version.

ServerName

Name of the server.

ServerVersion

server version.

TrustServerCertificate

Whether to trust the server certificate.

UserName

User name.

(Inherited from ConnectionInfo)

Applies to