IdRangeV1Beta1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
[YamlDotNet.Serialization.YamlSerializable]
public sealed class IdRangeV1Beta1
[<YamlDotNet.Serialization.YamlSerializable>]
type IdRangeV1Beta1 = class
Public NotInheritable Class IdRangeV1Beta1
- Inheritance
-
IdRangeV1Beta1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Constructors
IdRangeV1Beta1() |
Properties
Max |
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. |
Min |
Gets or sets the minimum value for the ID range. |