Uses of Class
com.azure.resourcemanager.automation.fluent.models.SourceControlUpdateProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of SourceControlUpdateProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSourceControlUpdateProperties.withAutoSync
(Boolean autoSync) Set the autoSync property: The auto sync of the source control.SourceControlUpdateProperties.withBranch
(String branch) Set the branch property: The repo branch of the source control.SourceControlUpdateProperties.withDescription
(String description) Set the description property: The user description of the source control.SourceControlUpdateProperties.withFolderPath
(String folderPath) Set the folderPath property: The folder path of the source control.SourceControlUpdateProperties.withPublishRunbook
(Boolean publishRunbook) Set the publishRunbook property: The auto publish of the source control.SourceControlUpdateProperties.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Set the securityToken property: The authorization token for the repo of the source control.