Enum EntraCloudSyncAgentStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The status of an Entra Cloud Sync agent.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraCloudSyncAgentStatus
Fields
Active = 1The agent is active.
Inactive = 2The agent is inactive.
Unknown = 0The status is unknown.