Class SourceControlSyncJobCreateProperties
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobCreateProperties
Definition of create source control sync job properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncommitId()
Get the commitId property: The commit id of the source control sync job.void
validate()
Validates the instance.withCommitId
(String commitId) Set the commitId property: The commit id of the source control sync job.
-
Constructor Details
-
SourceControlSyncJobCreateProperties
public SourceControlSyncJobCreateProperties()
-
-
Method Details
-
commitId
Get the commitId property: The commit id of the source control sync job. If not syncing to a commitId, enter an empty string.- Returns:
- the commitId value.
-
withCommitId
Set the commitId property: The commit id of the source control sync job. If not syncing to a commitId, enter an empty string.- Parameters:
commitId
- the commitId value to set.- Returns:
- the SourceControlSyncJobCreateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-