Skip to content
Docs Try Aspire

AzureNpgsqlSettings Properties

Class Properties 1 member
Provides the client configuration settings for connecting to an Azure Database for PostgreSQL using Npgsql.
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; }