Table of Contents

Class EntraConditionalAccessUsageTermsAgreementCollection

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

Represents a collection of Entra directory conditional access usage terms agreements.

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

Constructors

EntraConditionalAccessUsageTermsAgreementCollection()

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

public EntraConditionalAccessUsageTermsAgreementCollection()

Methods

FindByDisplayName(string)

Returns a CENTREL.XIA.Configuration.Types.EntraConditionalAccessUsageTermsAgreementCollection containing the conditional access usage terms agreements with the specified display name.

public EntraConditionalAccessUsageTermsAgreementCollection FindByDisplayName(string displayName)

Parameters

displayName string

The display name of the conditional access usage terms agreements to locate.

Returns

EntraConditionalAccessUsageTermsAgreementCollection

A CENTREL.XIA.Configuration.Types.EntraConditionalAccessUsageTermsAgreementCollection containing the conditional access usage terms agreements with the specified display name.

FindByIdentifier(Guid)

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

public EntraConditionalAccessUsageTermsAgreement FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessUsageTermsAgreement to locate in GUID format.

Returns

EntraConditionalAccessUsageTermsAgreement

The CENTREL.XIA.Configuration.Types.EntraConditionalAccessUsageTermsAgreement with the specified unique identifier.

Sort()

Sorts the values in the collection.

public void Sort()