Class EntraAssignedLicense
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Entra assigned license.
public class EntraAssignedLicense : GlobalSerializableBase, IComparable<EntraAssignedLicense>
- Inheritance
-
EntraAssignedLicense
- Implements
Constructors
EntraAssignedLicense()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraAssignedLicense class.
public EntraAssignedLicense()
Properties
AssignmentType
Gets or sets the assignment type.
public EntraAssignedLicenseAssignmentType AssignmentType { get; set; }
Property Value
DisplayName
Gets or sets the display name of the license.
public string DisplayName { get; set; }
Property Value
SkuIdentifier
Gets or sets the SKU identifier.
public Guid SkuIdentifier { get; set; }
Property Value
State
Gets or sets the assigned license state.
public EntraAssignedLicenseState State { get; set; }
Property Value
Methods
CompareTo(EntraAssignedLicense)
Compares two CENTREL.XIA.Configuration.Types.EntraAssignedLicense objects to allow sorting alphabetically by display name.
public int CompareTo(EntraAssignedLicense other)
Parameters
otherEntraAssignedLicenseThe CENTREL.XIA.Configuration.Types.EntraAssignedLicense to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.EntraAssignedLicense objects.
ToString()
Returns the display name of the license.
public override string ToString()
Returns
- string
The display name of the license.