# StandardHCS

- Kind: `class`
- Package: [Aspire.Hosting.Azure.Kubernetes](/reference/api/csharp/aspire.hosting.azure.kubernetes.md)
- Version: `13.4.0-preview.1.26281.18`
- Namespace: `Aspire.Hosting.Azure.Kubernetes`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/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
