Table of Contents

Class EntraAssignedLicenseCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Entra assigned licenses.

public class EntraAssignedLicenseCollection : Collection<EntraAssignedLicense>, IList<EntraAssignedLicense>, ICollection<EntraAssignedLicense>, IList, ICollection, IReadOnlyList<EntraAssignedLicense>, IReadOnlyCollection<EntraAssignedLicense>, IEnumerable<EntraAssignedLicense>, IEnumerable
Inheritance
EntraAssignedLicenseCollection
Implements
Inherited Members

Constructors

EntraAssignedLicenseCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraAssignedLicenseCollection class.

public EntraAssignedLicenseCollection()

Methods

ExistsBySkuIdentifier(Guid)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraAssignedLicense with the specified SKU identifier exists within the collection.

public bool ExistsBySkuIdentifier(Guid skuIdentifier)

Parameters

skuIdentifier Guid

The SKU identifier of the CENTREL.XIA.Configuration.Types.EntraAssignedLicense to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraAssignedLicense with the specified SKU identifier exists within the collection.

FindBySkuIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.EntraAssignedLicense with the specified SKU identifier, or null if no CENTREL.XIA.Configuration.Types.EntraAssignedLicense with that SKU identifier is found.

public EntraAssignedLicense FindBySkuIdentifier(Guid skuIdentifier)

Parameters

skuIdentifier Guid

The SKU identifier of the CENTREL.XIA.Configuration.Types.EntraAssignedLicense to locate.

Returns

EntraAssignedLicense

The CENTREL.XIA.Configuration.Types.EntraAssignedLicense with the specified SKU identifier.

Sort()

Sorts the values in the collection.

public void Sort()