# IdRangeV1Beta1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [IdRangeV1Beta1](/reference/api/csharp/aspire.hosting.kubernetes/idrangev1beta1.md)
- Kind: `Constructors`
- Members: `1`

Represents a range of IDs with a minimum and maximum value. This can be used to specify a set of allowable IDs for policies or configurations requiring numeric ID ranges (e.g., supplemental groups, run-as-user configurations).

## IdRangeV1Beta1

- Name: `Constructor`

```csharp
public sealed class IdRangeV1Beta1
{
    public IdRangeV1Beta1()
    {
        // ...
    }
}
```
