SourceControlSyncJob Class

Definition

Definition of the source control sync job.

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

Constructors

SourceControlSyncJob()

Initializes a new instance of the SourceControlSyncJob class.

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

Initializes a new instance of the SourceControlSyncJob class.

Properties

CreationTime

Gets the creation time of the job.

EndTime

Gets the end time of the job.

Id

Gets resource id.

Name

Gets resource name.

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'

Type

Gets resource type.

Applies to