# UpdateConfig Constructors

- Package: [Aspire.Hosting.Docker](/reference/api/csharp/aspire.hosting.docker.md)
- Type: [UpdateConfig](/reference/api/csharp/aspire.hosting.docker/updateconfig.md)
- Kind: `Constructors`
- Members: `1`

Defines the update configuration settings for service deployments in a Docker Swarm environment.

## UpdateConfig

- Name: `Constructor`

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