# StandardLS

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

## Definition

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

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

## Fields

- [StandardL16s](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardls/fields.md#standardl16s) : `string` `static` -- Standard_L16s -- 16 vCPUs -- 128 GB RAM -- Premium SSD
- [StandardL32s](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardls/fields.md#standardl32s) : `string` `static` -- Standard_L32s -- 32 vCPUs -- 256 GB RAM -- Premium SSD
- [StandardL4s](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardls/fields.md#standardl4s) : `string` `static` -- Standard_L4s -- 4 vCPUs -- 32 GB RAM -- Premium SSD
- [StandardL8s](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardls/fields.md#standardl8s) : `string` `static` -- Standard_L8s -- 8 vCPUs -- 64 GB RAM -- Premium SSD
