# AzureNpgsqlEntityFrameworkCorePostgreSQLSettings

- Kind: `class`
- Package: [Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL](/reference/api/csharp/aspire.azure.npgsql.entityframeworkcore.postgresql.md)
- Version: `13.4.0`
- Namespace: `Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Components/Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL/AzureNpgsqlEntityFrameworkCorePostgreSQLSettings.cs)
- Inherits: `NpgsqlEntityFrameworkCorePostgreSQLSettings`

Provides the client configuration settings for connecting to an Azure Database for PostgreSQL using EntityFrameworkCore.

## Definition

```csharp
namespace Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL;

public sealed class AzureNpgsqlEntityFrameworkCorePostgreSQLSettings
    : Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlEntityFrameworkCorePostgreSQLSettings
{
    // ...
}
```

## Constructors

- [AzureNpgsqlEntityFrameworkCorePostgreSQLSettings](/reference/api/csharp/aspire.azure.npgsql.entityframeworkcore.postgresql/azurenpgsqlentityframeworkcorepostgresqlsettings/constructors.md#constructor)

## Properties

- [Credential](/reference/api/csharp/aspire.azure.npgsql.entityframeworkcore.postgresql/azurenpgsqlentityframeworkcorepostgresqlsettings/properties.md#credential) : `TokenCredential?` `get; set` -- Gets or sets the credential used to authenticate to the Azure Database for PostgreSQL.
