Table of Contents

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

The configuration state is active.

NotConfigured = 1

The configuration state is not configured.

NotRun = 2

The configuration state is not run.

Paused = 4

The configuration state is paused.

Quarantine = 5

The configuration state is quarantine.

Unknown = 0

The configuration state is unknown.