# StandardD

- 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 standardDFamily.

## Definition

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

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

## Fields

- [StandardD11](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardd/fields.md#standardd11) : `string` `static` -- Standard_D11 -- 2 vCPUs -- 14 GB RAM
- [StandardD12](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardd/fields.md#standardd12) : `string` `static` -- Standard_D12 -- 4 vCPUs -- 28 GB RAM
- [StandardD13](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardd/fields.md#standardd13) : `string` `static` -- Standard_D13 -- 8 vCPUs -- 56 GB RAM
- [StandardD14](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardd/fields.md#standardd14) : `string` `static` -- Standard_D14 -- 16 vCPUs -- 112 GB RAM
- [StandardD2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardd/fields.md#standardd2) : `string` `static` -- Standard_D2 -- 2 vCPUs -- 7 GB RAM
- [StandardD3](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardd/fields.md#standardd3) : `string` `static` -- Standard_D3 -- 4 vCPUs -- 14 GB RAM
- [StandardD4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardd/fields.md#standardd4) : `string` `static` -- Standard_D4 -- 8 vCPUs -- 28 GB RAM
