Table of Contents

Class EntraCloudSyncConfigurationJobStatusCollection

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

Represents a collection of Entra Cloud Sync configuration job statuses.

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

Constructors

EntraCloudSyncConfigurationJobStatusCollection()

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

public EntraCloudSyncConfigurationJobStatusCollection()

Methods

FindByTemplateIdentifier(string)

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

public EntraCloudSyncConfigurationJobStatus FindByTemplateIdentifier(string templateIdentifier)

Parameters

templateIdentifier string

The service principal identifier of the CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatus to locate.

Returns

EntraCloudSyncConfigurationJobStatus

The CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatus with the specified service principal identifier.

Sort()

Sorts the values in the collection.

public void Sort()