IdRangeV1Beta1
Class sealed net10.0
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{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesMaxget; setlong Gets or sets the maximum value in the ID range. This property represents the upper bound for the range of IDs within the specified limits.
Minget; setlong Gets or sets the minimum value for the ID range.