Table of Contents

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 = 1

The agent is active.

Inactive = 2

The agent is inactive.

Unknown = 0

The status is unknown.