Interface SourceControlSyncJobById
public interface SourceControlSyncJobById
An immutable client-side representation of SourceControlSyncJobById.
-
Method Summary
Modifier and TypeMethodDescriptionGets the creationTime property: The creation time of the job.endTime()
Gets the endTime property: The end time of the job.Gets the exception property: The exceptions that occurred while running the sync job.id()
Gets the id property: The id of the job.Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobByIdInner object.Gets the provisioningState property: The provisioning state of the job.Gets the sourceControlSyncJobId property: The source control sync job id.Gets the startTime property: The start time of the job.syncType()
Gets the syncType property: The sync type.
-
Method Details
-
id
String id()Gets the id property: The id of the job.- Returns:
- the id value.
-
sourceControlSyncJobId
String sourceControlSyncJobId()Gets the sourceControlSyncJobId property: The source control sync job id.- Returns:
- the sourceControlSyncJobId value.
-
creationTime
OffsetDateTime creationTime()Gets the creationTime property: The creation time of the job.- Returns:
- the creationTime value.
-
provisioningState
ProvisioningState provisioningState()Gets the provisioningState property: The provisioning state of the job.- Returns:
- the provisioningState value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: The start time of the job.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: The end time of the job.- Returns:
- the endTime value.
-
syncType
SyncType syncType()Gets the syncType property: The sync type.- Returns:
- the syncType value.
-
exception
String exception()Gets the exception property: The exceptions that occurred while running the sync job.- Returns:
- the exception value.
-
innerModel
SourceControlSyncJobByIdInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobByIdInner object.- Returns:
- the inner object.
-