Skip to content
DocsTry Aspire
DocsTry

IdRangeV1Beta1 Constructors

ClassConstructors1 member
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).
public sealed class IdRangeV1Beta1
{
public IdRangeV1Beta1()
{
// ...
}
}