Uses of Class
com.azure.resourcemanager.datafactory.models.FactoryVstsConfiguration
-
Packages that use FactoryVstsConfiguration Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of FactoryVstsConfiguration in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return FactoryVstsConfiguration Modifier and Type Method Description FactoryVstsConfiguration
FactoryVstsConfiguration. withAccountName(String accountName)
Set the accountName property: Account name.FactoryVstsConfiguration
FactoryVstsConfiguration. withCollaborationBranch(String collaborationBranch)
Set the collaborationBranch property: Collaboration branch.FactoryVstsConfiguration
FactoryVstsConfiguration. withLastCommitId(String lastCommitId)
Set the lastCommitId property: Last commit id.FactoryVstsConfiguration
FactoryVstsConfiguration. withProjectName(String projectName)
Set the projectName property: VSTS project name.FactoryVstsConfiguration
FactoryVstsConfiguration. withRepositoryName(String repositoryName)
Set the repositoryName property: Repository name.FactoryVstsConfiguration
FactoryVstsConfiguration. withRootFolder(String rootFolder)
Set the rootFolder property: Root folder.FactoryVstsConfiguration
FactoryVstsConfiguration. withTenantId(String tenantId)
Set the tenantId property: VSTS tenant id.
-