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