# StandardBpsv2

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

## Definition

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

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

## Fields

- [StandardB16plsV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardbpsv2/fields.md#standardb16plsv2) : `string` `static` -- Standard_B16pls_v2 -- 16 vCPUs -- 32 GB RAM -- Premium SSD
- [StandardB16psV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardbpsv2/fields.md#standardb16psv2) : `string` `static` -- Standard_B16ps_v2 -- 16 vCPUs -- 64 GB RAM -- Premium SSD
- [StandardB2plsV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardbpsv2/fields.md#standardb2plsv2) : `string` `static` -- Standard_B2pls_v2 -- 2 vCPUs -- 4 GB RAM -- Premium SSD
- [StandardB2psV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardbpsv2/fields.md#standardb2psv2) : `string` `static` -- Standard_B2ps_v2 -- 2 vCPUs -- 8 GB RAM -- Premium SSD
- [StandardB4plsV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardbpsv2/fields.md#standardb4plsv2) : `string` `static` -- Standard_B4pls_v2 -- 4 vCPUs -- 8 GB RAM -- Premium SSD
- [StandardB4psV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardbpsv2/fields.md#standardb4psv2) : `string` `static` -- Standard_B4ps_v2 -- 4 vCPUs -- 16 GB RAM -- Premium SSD
- [StandardB8plsV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardbpsv2/fields.md#standardb8plsv2) : `string` `static` -- Standard_B8pls_v2 -- 8 vCPUs -- 16 GB RAM -- Premium SSD
- [StandardB8psV2](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardbpsv2/fields.md#standardb8psv2) : `string` `static` -- Standard_B8ps_v2 -- 8 vCPUs -- 32 GB RAM -- Premium SSD
