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
JobIdentifier
Gets or sets the job identifier.
public string JobIdentifier { get; set; }
Property Value
JobState
Gets or sets the state of the job.
public EntraCloudSyncConfigurationJobState JobState { get; set; }
Property Value
LastRunDateTime
Gets or sets the last run date/time.
public DateTime LastRunDateTime { get; set; }
Property Value
TemplateIdentifier
Gets or sets the template identifier of the job.
public string TemplateIdentifier { get; set; }
Property Value
Methods
CompareTo(EntraCloudSyncConfigurationJobStatus)
Compares two CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationJobStatus objects to allow sorting alphabetically by display name.
public int CompareTo(EntraCloudSyncConfigurationJobStatus other)
Parameters
otherEntraCloudSyncConfigurationJobStatusThe 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.