Uses of Class
com.azure.resourcemanager.automation.fluent.models.SourceControlProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of SourceControlProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSourceControlProperties.withAutoSync
(Boolean autoSync) Set the autoSync property: The auto sync of the source control.SourceControlProperties.withBranch
(String branch) Set the branch property: The repo branch of the source control.SourceControlProperties.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: The creation time.SourceControlProperties.withDescription
(String description) Set the description property: The description.SourceControlProperties.withFolderPath
(String folderPath) Set the folderPath property: The folder path of the source control.SourceControlProperties.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: The last modified time.SourceControlProperties.withPublishRunbook
(Boolean publishRunbook) Set the publishRunbook property: The auto publish of the source control.SourceControlProperties.withRepoUrl
(String repoUrl) Set the repoUrl property: The repo url of the source control.SourceControlProperties.withSourceType
(SourceType sourceType) Set the sourceType property: The source type.