Enum EntraCloudSyncConfigurationJobState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The state of an Entra Cloud Sync configuration job state.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraCloudSyncConfigurationJobState
Fields
Active = 3The configuration state is active.
NotConfigured = 1The configuration state is not configured.
NotRun = 2The configuration state is not run.
Paused = 4The configuration state is paused.
Quarantine = 5The configuration state is quarantine.
Unknown = 0The configuration state is unknown.