Class SourceControlSyncJobProperties

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobProperties

public final class SourceControlSyncJobProperties extends Object
Definition of source control sync job properties.
  • Constructor Details

    • SourceControlSyncJobProperties

      public SourceControlSyncJobProperties()
  • Method Details

    • sourceControlSyncJobId

      public String sourceControlSyncJobId()
      Get the sourceControlSyncJobId property: The source control sync job id.
      Returns:
      the sourceControlSyncJobId value.
    • withSourceControlSyncJobId

      public SourceControlSyncJobProperties withSourceControlSyncJobId(String sourceControlSyncJobId)
      Set the sourceControlSyncJobId property: The source control sync job id.
      Parameters:
      sourceControlSyncJobId - the sourceControlSyncJobId value to set.
      Returns:
      the SourceControlSyncJobProperties object itself.
    • creationTime

      public OffsetDateTime creationTime()
      Get the creationTime property: The creation time of the job.
      Returns:
      the creationTime value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the job.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public SourceControlSyncJobProperties withProvisioningState(ProvisioningState provisioningState)
      Set the provisioningState property: The provisioning state of the job.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the SourceControlSyncJobProperties object itself.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: The start time of the job.
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: The end time of the job.
      Returns:
      the endTime value.
    • syncType

      public SyncType syncType()
      Get the syncType property: The sync type.
      Returns:
      the syncType value.
    • withSyncType

      public SourceControlSyncJobProperties withSyncType(SyncType syncType)
      Set the syncType property: The sync type.
      Parameters:
      syncType - the syncType value to set.
      Returns:
      the SourceControlSyncJobProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.