SourceControlSyncJobRecord 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.
The SourceControlSyncJob.
public class SourceControlSyncJobRecord : Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob
type SourceControlSyncJobRecord = class
inherit SourceControlSyncJob
Public Class SourceControlSyncJobRecord
Inherits SourceControlSyncJob
- Inheritance
Constructors
SourceControlSyncJobRecord() |
Initializes a new instance of the SourceControl class. |
SourceControlSyncJobRecord(String, String, String, SourceControlSyncJobById) |
Initializes a new instance of the SourceControlSyncJobRecord class. |
Properties
AutomationAccountName |
Gets or sets the automation account name. (Inherited from SourceControlSyncJob) |
CreationTime |
Gets or sets the creation time. (Inherited from SourceControlSyncJob) |
EndTime |
Gets or sets the end time of the job. (Inherited from SourceControlSyncJob) |
Exception |
Gets or sets the exception of the job. |
ProvisioningState |
Gets or sets the status of the job. (Inherited from SourceControlSyncJob) |
ResourceGroupName |
Gets or sets the resource group name. (Inherited from SourceControlSyncJob) |
SourceControlName |
Gets or sets the source control name. (Inherited from SourceControlSyncJob) |
SourceControlSyncJobId |
Gets or sets the source control sync job id. (Inherited from SourceControlSyncJob) |
StartTime |
Gets or sets the start time of the job. (Inherited from SourceControlSyncJob) |
SyncType |
Gets or sets the sync type. (Inherited from SourceControlSyncJob) |