SourceControlSyncJob 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. |
id | Resource id. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
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
id
Resource id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: 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
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Azure SDK for JavaScript