Uses of Class
com.azure.resourcemanager.datafactory.models.FactoryRepoConfiguration
-
Packages that use FactoryRepoConfiguration Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of FactoryRepoConfiguration in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return FactoryRepoConfiguration Modifier and Type Method Description FactoryRepoConfiguration
FactoryInner. repoConfiguration()
Get the repoConfiguration property: Git repo information of the factory.FactoryRepoConfiguration
FactoryProperties. repoConfiguration()
Get the repoConfiguration property: Git repo information of the factory.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type FactoryRepoConfiguration Modifier and Type Method Description FactoryInner
FactoryInner. withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)
Set the repoConfiguration property: Git repo information of the factory.FactoryProperties
FactoryProperties. withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)
Set the repoConfiguration property: Git repo information of the factory. -
Uses of FactoryRepoConfiguration in com.azure.resourcemanager.datafactory.models
Subclasses of FactoryRepoConfiguration in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
FactoryGitHubConfiguration
Factory's GitHub repo information.class
FactoryVstsConfiguration
Factory's VSTS repo information.Methods in com.azure.resourcemanager.datafactory.models that return FactoryRepoConfiguration Modifier and Type Method Description FactoryRepoConfiguration
Factory. repoConfiguration()
Gets the repoConfiguration property: Git repo information of the factory.FactoryRepoConfiguration
FactoryRepoUpdate. repoConfiguration()
Get the repoConfiguration property: Git repo information of the factory.FactoryRepoConfiguration
FactoryRepoConfiguration. withAccountName(String accountName)
Set the accountName property: Account name.FactoryRepoConfiguration
FactoryRepoConfiguration. withCollaborationBranch(String collaborationBranch)
Set the collaborationBranch property: Collaboration branch.FactoryRepoConfiguration
FactoryRepoConfiguration. withLastCommitId(String lastCommitId)
Set the lastCommitId property: Last commit id.FactoryRepoConfiguration
FactoryRepoConfiguration. withRepositoryName(String repositoryName)
Set the repositoryName property: Repository name.FactoryRepoConfiguration
FactoryRepoConfiguration. withRootFolder(String rootFolder)
Set the rootFolder property: Root folder.Methods in com.azure.resourcemanager.datafactory.models with parameters of type FactoryRepoConfiguration Modifier and Type Method Description Factory.DefinitionStages.WithCreate
Factory.DefinitionStages.WithRepoConfiguration. withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)
Specifies the repoConfiguration property: Git repo information of the factory..FactoryRepoUpdate
FactoryRepoUpdate. withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)
Set the repoConfiguration property: Git repo information of the factory.
-