SourceControlSyncJobById Class

Definition

Definition of the source control sync job.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControlSyncJobById
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControlSyncJobById = class
Public Class SourceControlSyncJobById
Inheritance
SourceControlSyncJobById
Attributes

Constructors

SourceControlSyncJobById()

Initializes a new instance of the SourceControlSyncJobById class.

SourceControlSyncJobById(String, String, DateTimeOffset, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String)

Initializes a new instance of the SourceControlSyncJobById class.

Properties

CreationTime

Gets the creation time of the job.

EndTime

Gets the end time of the job.

Exception

Gets or sets the exceptions that occurred while running the sync job.

Id

Gets or sets the id of the job.

ProvisioningState

Gets or sets the provisioning state of the job. Possible values include: 'Completed', 'Failed', 'Running'

SourceControlSyncJobId

Gets or sets the source control sync job id.

StartTime

Gets the start time of the job.

SyncType

Gets or sets the sync type. Possible values include: 'PartialSync', 'FullSync'

Applies to