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