Gets the primary endpoint for the PostgreSQL server.
public EndpointReference PrimaryEndpoint { get; }API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
public ReferenceExpression ConnectionStringExpression { get; }public IReadOnlyDictionary<string, string> Databases { get; }public EndpointReferenceExpression Host { get; }public ReferenceExpression JdbcConnectionString { get; }Format: jdbc:postgresql://{host}:{port}.
User and password credentials are not included in the JDBC connection string. Use the Username and Password connection properties to access credentials.
public ParameterResource PasswordParameter { get; set; }public EndpointReferenceExpression Port { get; }public EndpointReference PrimaryEndpoint { get; }public ReferenceExpression UriExpression { get; }postgresql://{user}:{password}@{host}:{port}. public ParameterResource? UserNameParameter { get; set; }public ReferenceExpression UserNameReference { get; }