AzurePostgresFlexibleServerDatabaseResource.JdbcConnectionString Property

Definition

Gets the JDBC connection string for the Azure Postgres Flexible Server database.

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}/{database}?sslmode=require&authenticationPluginClassName=com.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin.

Applies to