Uses of Class
com.azure.resourcemanager.automation.models.SourceControlUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SourceControlUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSourceControlsClient.update
(String resourceGroupName, String automationAccountName, String sourceControlName, SourceControlUpdateParameters parameters) Update a source control.com.azure.core.http.rest.Response<SourceControlInner>
SourceControlsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, SourceControlUpdateParameters parameters, com.azure.core.util.Context context) Update a source control. -
Uses of SourceControlUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControlUpdateParameters.withAutoSync
(Boolean autoSync) Set the autoSync property: The auto sync of the source control.SourceControlUpdateParameters.withBranch
(String branch) Set the branch property: The repo branch of the source control.SourceControlUpdateParameters.withDescription
(String description) Set the description property: The user description of the source control.SourceControlUpdateParameters.withFolderPath
(String folderPath) Set the folderPath property: The folder path of the source control.SourceControlUpdateParameters.withPublishRunbook
(Boolean publishRunbook) Set the publishRunbook property: The auto publish of the source control.SourceControlUpdateParameters.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Set the securityToken property: The authorization token for the repo of the source control.