Skip to content
Docs Try Aspire

IdRangeV1Beta1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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).
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class IdRangeV1Beta1
{
// ...
}