Class EntraCloudSyncConfigurationJobStatuses
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra Cloud Sync configuration job statuses.
public class EntraCloudSyncConfigurationJobStatuses : BaseTypeSection
- Inheritance
-
EntraCloudSyncConfigurationJobStatuses
Constructors
EntraCloudSyncConfigurationJobStatuses()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatuses class.
public EntraCloudSyncConfigurationJobStatuses()
Properties
Items
Gets or sets the items in the collection.
public EntraCloudSyncConfigurationJobStatusCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatuses class from the specified XML.
public static EntraCloudSyncConfigurationJobStatuses FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraCloudSyncConfigurationJobStatuses
A CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatuses class.
ToString()
Returns the Entra Cloud Sync configuration job statuses as a human readable string.
public override string ToString()
Returns
- string
The Entra Cloud Sync configuration job statuses as a human readable string.