# StandardF

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

## Definition

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

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

## Fields

- [StandardF16](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardf/fields.md#standardf16) : `string` `static` -- Standard_F16 -- 16 vCPUs -- 32 GB RAM
- [StandardF2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardf/fields.md#standardf2) : `string` `static` -- Standard_F2 -- 2 vCPUs -- 4 GB RAM
- [StandardF4](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardf/fields.md#standardf4) : `string` `static` -- Standard_F4 -- 4 vCPUs -- 8 GB RAM
- [StandardF8](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardf/fields.md#standardf8) : `string` `static` -- Standard_F8 -- 8 vCPUs -- 16 GB RAM
