Skip to content
Docs Try Aspire

IdRangeV1Beta1 Properties

Class Properties 2 members
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).
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.
public long Max { get; set; }
Gets or sets the minimum value for the ID range.
public long Min { get; set; }