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.
public class PostgreSqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo
type PostgreSqlConnectionInfo = class
inherit ConnectionInfo
Public Class PostgreSqlConnectionInfo
Inherits ConnectionInfo
- Inheritance
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
Azure SDK for .NET