Table of Contents

Class EntraCloudSyncConfigurationJobStatus

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Entra Cloud Sync configuration job status.

public class EntraCloudSyncConfigurationJobStatus : GlobalSerializableBase, IComparable<EntraCloudSyncConfigurationJobStatus>
Inheritance
EntraCloudSyncConfigurationJobStatus
Implements

Constructors

EntraCloudSyncConfigurationJobStatus()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatus class.

public EntraCloudSyncConfigurationJobStatus()

Properties

DisplayName

Gets or sets the display name of the job.

public string DisplayName { get; set; }

Property Value

string

JobIdentifier

Gets or sets the job identifier.

public string JobIdentifier { get; set; }

Property Value

string

JobState

Gets or sets the state of the job.

public EntraCloudSyncConfigurationJobState JobState { get; set; }

Property Value

EntraCloudSyncConfigurationJobState

LastRunDateTime

Gets or sets the last run date/time.

public DateTime LastRunDateTime { get; set; }

Property Value

DateTime

TemplateIdentifier

Gets or sets the template identifier of the job.

public string TemplateIdentifier { get; set; }

Property Value

string

Methods

CompareTo(EntraCloudSyncConfigurationJobStatus)

Compares two CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatus objects to allow sorting alphabetically by display name.

public int CompareTo(EntraCloudSyncConfigurationJobStatus other)

Parameters

other EntraCloudSyncConfigurationJobStatus

The CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatus to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatus objects.

ToString()

Returns the display name of the job.

public override string ToString()

Returns

string

The display name of the job.