SourceControlSyncJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET