你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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