Table of Contents

Class EntraCloudSyncAgentCollection

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

Represents a collection of Entra Cloud Sync agents.

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

Constructors

EntraCloudSyncAgentCollection()

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

public EntraCloudSyncAgentCollection()

Methods

FindByIdentifier(Guid)

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

public EntraCloudSyncAgent FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.EntraCloudSyncAgent to locate.

Returns

EntraCloudSyncAgent

The CENTREL.XIA.Configuration.Types.EntraCloudSyncAgent with the specified identifier.

FindByPublishedResourceName(string)

Returns a CENTREL.XIA.Configuration.Types.EntraCloudSyncAgentCollection that contains the agents with the specified published resource name.

public EntraCloudSyncAgentCollection FindByPublishedResourceName(string publishedResourceName)

Parameters

publishedResourceName string

The published resource name.

Returns

EntraCloudSyncAgentCollection

A CENTREL.XIA.Configuration.Types.EntraCloudSyncAgentCollection that contains the agents with the specified published resource name.

Sort()

Sorts the values in the collection.

public void Sort()