SourceControlSyncJobById interface
Definition of the source control sync job.
Properties
creation |
The creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
The end time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
exception | The exceptions that occurred while running the sync job. |
id | The id of the job. |
provisioning |
The provisioning state of the job. |
source |
The source control sync job id. |
start |
The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
sync |
The sync type. |
Property Details
creationTime
The creation time of the job. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
endTime
The end time of the job. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
exception
The exceptions that occurred while running the sync job.
exception?: string
Property Value
string
id
The id of the job.
id?: string
Property Value
string
provisioningState
The provisioning state of the job.
provisioningState?: string
Property Value
string
sourceControlSyncJobId
The source control sync job id.
sourceControlSyncJobId?: string
Property Value
string
startTime
The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
syncType
The sync type.
syncType?: string
Property Value
string
Azure SDK for JavaScript