Uses of Class
com.azure.resourcemanager.automation.models.SourceControlCreateOrUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SourceControlCreateOrUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSourceControlsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String sourceControlName, SourceControlCreateOrUpdateParameters parameters) Create a source control.com.azure.core.http.rest.Response<SourceControlInner>
SourceControlsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, SourceControlCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create a source control. -
Uses of SourceControlCreateOrUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControlCreateOrUpdateParameters.withAutoSync
(Boolean autoSync) Set the autoSync property: The auto async of the source control.SourceControlCreateOrUpdateParameters.withBranch
(String branch) Set the branch property: The repo branch of the source control.SourceControlCreateOrUpdateParameters.withDescription
(String description) Set the description property: The user description of the source control.SourceControlCreateOrUpdateParameters.withFolderPath
(String folderPath) Set the folderPath property: The folder path of the source control.SourceControlCreateOrUpdateParameters.withPublishRunbook
(Boolean publishRunbook) Set the publishRunbook property: The auto publish of the source control.SourceControlCreateOrUpdateParameters.withRepoUrl
(String repoUrl) Set the repoUrl property: The repo url of the source control.SourceControlCreateOrUpdateParameters.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Set the securityToken property: The authorization token for the repo of the source control.SourceControlCreateOrUpdateParameters.withSourceType
(SourceType sourceType) Set the sourceType property: The source type.