Skip to content
Docs Try Aspire

AzureNpgsqlEntityFrameworkCorePostgreSQLSettings Properties

Class Properties 1 member
Provides the client configuration settings for connecting to an Azure Database for PostgreSQL using EntityFrameworkCore.
Credential Section titled Credential nullable TokenCredential?
Gets or sets the credential used to authenticate to the Azure Database for PostgreSQL.
public TokenCredential? Credential { get; set; }