Uses of Interface
com.azure.resourcemanager.automation.models.SourceControl.Update
Package
Description
Package containing the data models for AutomationClient.
-
Uses of SourceControl.Update in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControl.update()
Begins update for the SourceControl resource.SourceControl.UpdateStages.WithAutoSync.withAutoSync
(Boolean autoSync) Specifies the autoSync property: The auto sync of the source control.SourceControl.UpdateStages.WithBranch.withBranch
(String branch) Specifies the branch property: The repo branch of the source control..SourceControl.UpdateStages.WithDescription.withDescription
(String description) Specifies the description property: The user description of the source control..SourceControl.UpdateStages.WithFolderPath.withFolderPath
(String folderPath) Specifies the folderPath property: The folder path of the source control.SourceControl.UpdateStages.WithPublishRunbook.withPublishRunbook
(Boolean publishRunbook) Specifies the publishRunbook property: The auto publish of the source control.SourceControl.UpdateStages.WithSecurityToken.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Specifies the securityToken property: The authorization token for the repo of the source control..