# MicrosoftAzureCosmosSettings Constructors

- Package: [Aspire.Microsoft.Azure.Cosmos](/reference/api/csharp/aspire.microsoft.azure.cosmos.md)
- Type: [MicrosoftAzureCosmosSettings](/reference/api/csharp/aspire.microsoft.azure.cosmos/microsoftazurecosmossettings.md)
- Kind: `Constructors`
- Members: `1`

The settings relevant to accessing Azure Cosmos DB.

## MicrosoftAzureCosmosSettings

- Name: `Constructor`

```csharp
public sealed class MicrosoftAzureCosmosSettings
{
    public MicrosoftAzureCosmosSettings()
    {
        // ...
    }
}
```
