Interface SourceControlSyncJob


public interface SourceControlSyncJob
An immutable client-side representation of SourceControlSyncJob.
  • 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

      Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobInner object.
      Returns:
      the inner object.