Share via


AzurePostgresFlexibleServerResource.JdbcConnectionString Property

Definition

Gets the JDBC connection string for the server.

public Aspire.Hosting.ApplicationModel.ReferenceExpression JdbcConnectionString { get; }
member this.JdbcConnectionString : Aspire.Hosting.ApplicationModel.ReferenceExpression
Public ReadOnly Property JdbcConnectionString As ReferenceExpression

Property Value

Remarks

Format: jdbc:postgresql://{host}:{port}?sslmode=require&authenticationPluginClassName=com.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin.

Applies to