Uses of Class
com.azure.resourcemanager.datafactory.models.FactoryGitHubConfiguration
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of FactoryGitHubConfiguration in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFactoryGitHubConfiguration.withAccountName
(String accountName) Set the accountName property: Account name.FactoryGitHubConfiguration.withClientId
(String clientId) Set the clientId property: GitHub bring your own app client id.FactoryGitHubConfiguration.withClientSecret
(GitHubClientSecret clientSecret) Set the clientSecret property: GitHub bring your own app client secret information.FactoryGitHubConfiguration.withCollaborationBranch
(String collaborationBranch) Set the collaborationBranch property: Collaboration branch.FactoryGitHubConfiguration.withDisablePublish
(Boolean disablePublish) Set the disablePublish property: Disable manual publish operation in ADF studio to favor automated publish.FactoryGitHubConfiguration.withHostname
(String hostname) Set the hostname property: GitHub Enterprise host name.FactoryGitHubConfiguration.withLastCommitId
(String lastCommitId) Set the lastCommitId property: Last commit id.FactoryGitHubConfiguration.withRepositoryName
(String repositoryName) Set the repositoryName property: Repository name.FactoryGitHubConfiguration.withRootFolder
(String rootFolder) Set the rootFolder property: Root folder.