Interface SourceControlSyncJob
public interface SourceControlSyncJob
An immutable client-side representation of SourceControlSyncJob.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the SourceControlSyncJob definition.static interface
The SourceControlSyncJob definition stages. -
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.id()
Gets the id property: Resource id.Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobInner object.name()
Gets the name property: Resource name.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.type()
Gets the type property: Resource type.
-
Method Details
-
name
String name()Gets the name property: Resource name.- Returns:
- the name value.
-
type
String type()Gets the type property: Resource type.- Returns:
- the type value.
-
id
String id()Gets the id property: Resource id.- 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.
-
innerModel
SourceControlSyncJobInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobInner object.- Returns:
- the inner object.
-