# StandardDS

- Kind: `class`
- Package: [Aspire.Hosting.Azure.Kubernetes](/reference/api/csharp/aspire.hosting.azure.kubernetes.md)
- Version: `13.3.0-preview.1.26254.5`
- Namespace: `Aspire.Hosting.Azure.Kubernetes`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Azure.Kubernetes/AksNodeVmSizes.cs)

VM sizes in the standardDSFamily.

## Definition

```csharp
namespace Aspire.Hosting.Azure.Kubernetes;

public static class StandardDS
{
    // ...
}
```

## Fields

- [StandardDS11](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardds/fields.md#standardds11) : `string` `static` -- Standard_DS11 -- 2 vCPUs -- 14 GB RAM -- Premium SSD
- [StandardDS12](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardds/fields.md#standardds12) : `string` `static` -- Standard_DS12 -- 4 vCPUs -- 28 GB RAM -- Premium SSD
- [StandardDS13](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardds/fields.md#standardds13) : `string` `static` -- Standard_DS13 -- 8 vCPUs -- 56 GB RAM -- Premium SSD
- [StandardDS14](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardds/fields.md#standardds14) : `string` `static` -- Standard_DS14 -- 16 vCPUs -- 112 GB RAM -- Premium SSD
- [StandardDS2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardds/fields.md#standardds2) : `string` `static` -- Standard_DS2 -- 2 vCPUs -- 7 GB RAM -- Premium SSD
- [StandardDS3](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardds/fields.md#standardds3) : `string` `static` -- Standard_DS3 -- 4 vCPUs -- 14 GB RAM -- Premium SSD
- [StandardDS4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardds/fields.md#standardds4) : `string` `static` -- Standard_DS4 -- 8 vCPUs -- 28 GB RAM -- Premium SSD
