# StandardHCS

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

## Definition

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

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

## Fields

- [StandardHC4416rs](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardhcs/fields.md#standardhc4416rs) : `string` `static` -- Standard_HC44-16rs -- 44 vCPUs -- 352 GB RAM -- Premium SSD
- [StandardHC4432rs](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardhcs/fields.md#standardhc4432rs) : `string` `static` -- Standard_HC44-32rs -- 44 vCPUs -- 352 GB RAM -- Premium SSD
- [StandardHC44rs](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardhcs/fields.md#standardhc44rs) : `string` `static` -- Standard_HC44rs -- 44 vCPUs -- 352 GB RAM -- Premium SSD
