# StandardDCSv2

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

## Definition

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

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

## Fields

- [StandardDC2sV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standarddcsv2/fields.md#standarddc2sv2) : `string` `static` -- Standard_DC2s_v2 -- 2 vCPUs -- 8 GB RAM -- Premium SSD
- [StandardDC4sV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standarddcsv2/fields.md#standarddc4sv2) : `string` `static` -- Standard_DC4s_v2 -- 4 vCPUs -- 16 GB RAM -- Premium SSD
- [StandardDC8V2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standarddcsv2/fields.md#standarddc8v2) : `string` `static` -- Standard_DC8_v2 -- 8 vCPUs -- 32 GB RAM -- Premium SSD
