# StandardDDSv4

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

## Definition

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

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

## Fields

- [StandardD16dsV4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardddsv4/fields.md#standardd16dsv4) : `string` `static` -- Standard_D16ds_v4 -- 16 vCPUs -- 64 GB RAM -- Premium SSD
- [StandardD2dsV4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardddsv4/fields.md#standardd2dsv4) : `string` `static` -- Standard_D2ds_v4 -- 2 vCPUs -- 8 GB RAM -- Premium SSD
- [StandardD32dsV4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardddsv4/fields.md#standardd32dsv4) : `string` `static` -- Standard_D32ds_v4 -- 32 vCPUs -- 128 GB RAM -- Premium SSD
- [StandardD48dsV4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardddsv4/fields.md#standardd48dsv4) : `string` `static` -- Standard_D48ds_v4 -- 48 vCPUs -- 192 GB RAM -- Premium SSD
- [StandardD4dsV4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardddsv4/fields.md#standardd4dsv4) : `string` `static` -- Standard_D4ds_v4 -- 4 vCPUs -- 16 GB RAM -- Premium SSD
- [StandardD64dsV4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardddsv4/fields.md#standardd64dsv4) : `string` `static` -- Standard_D64ds_v4 -- 64 vCPUs -- 256 GB RAM -- Premium SSD
- [StandardD8dsV4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardddsv4/fields.md#standardd8dsv4) : `string` `static` -- Standard_D8ds_v4 -- 8 vCPUs -- 32 GB RAM -- Premium SSD
