# Deploy Constructors

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

Represents the deployment configuration for a Docker service. This class is used to define various aspects such as replication, mode, resource constraints, updates, and restart policies.

## Deploy

- Name: `Constructor`

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