Table of Contents

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

EntraAssignedLicenseAssignmentType

DisplayName

Gets or sets the display name of the license.

public string DisplayName { get; set; }

Property Value

string

SkuIdentifier

Gets or sets the SKU identifier.

public Guid SkuIdentifier { get; set; }

Property Value

Guid

State

Gets or sets the assigned license state.

public EntraAssignedLicenseState State { get; set; }

Property Value

EntraAssignedLicenseState

Methods

CompareTo(EntraAssignedLicense)

Compares two CENTREL.XIA.Configuration.Types.EntraAssignedLicense objects to allow sorting alphabetically by display name.

public int CompareTo(EntraAssignedLicense other)

Parameters

other EntraAssignedLicense

The 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.