Class EntraCloudSyncConfigurationCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra Cloud Sync configurations.
public class EntraCloudSyncConfigurationCollection : Collection<EntraCloudSyncConfigurationBase>, IList<EntraCloudSyncConfigurationBase>, ICollection<EntraCloudSyncConfigurationBase>, IList, ICollection, IReadOnlyList<EntraCloudSyncConfigurationBase>, IReadOnlyCollection<EntraCloudSyncConfigurationBase>, IEnumerable<EntraCloudSyncConfigurationBase>, IEnumerable
- Inheritance
-
EntraCloudSyncConfigurationCollection
- Implements
- Inherited Members
Constructors
EntraCloudSyncConfigurationCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationCollection class.
public EntraCloudSyncConfigurationCollection()
Methods
ExistsByServicePrincipalIdentifier(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase with the specified service principal identifier exists within the collection.
public bool ExistsByServicePrincipalIdentifier(Guid servicePrincipalIdentifier)
Parameters
servicePrincipalIdentifierGuidThe service principal identifier of the CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase with the specified service principal identifier exists within the collection.
FindByServicePrincipalIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase with the specified service principal identifier, or null if no CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase with that service principal identifier is found.
public EntraCloudSyncConfigurationBase FindByServicePrincipalIdentifier(Guid servicePrincipalIdentifier)
Parameters
servicePrincipalIdentifierGuidThe service principal identifier of the CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase to locate.
Returns
- EntraCloudSyncConfigurationBase
The CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase with the specified service principal identifier.
FindObjectMappingByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping with the identifier regardless of the configuration in which it resides, or null if no CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping with that identifier is found.
public EntraCloudSyncObjectMapping FindObjectMappingByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping to locate.
Returns
- EntraCloudSyncObjectMapping
The CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()