FactoryVstsConfiguration interface
Factory's VSTS repo information.
- Extends
Properties
project |
VSTS project name. |
tenant |
VSTS tenant id. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
account |
Account name. |
collaboration |
Collaboration branch. |
disable |
Disable manual publish operation in ADF studio to favor automated publish. |
last |
Last commit id. |
repository |
Repository name. |
root |
Root folder. |
Property Details
projectName
VSTS project name.
projectName: string
Property Value
string
tenantId
VSTS tenant id.
tenantId?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "FactoryVSTSConfiguration"
Property Value
"FactoryVSTSConfiguration"
Inherited Property Details
accountName
Account name.
accountName: string
Property Value
string
Inherited From FactoryRepoConfiguration.accountName
collaborationBranch
Collaboration branch.
collaborationBranch: string
Property Value
string
Inherited From FactoryRepoConfiguration.collaborationBranch
disablePublish
Disable manual publish operation in ADF studio to favor automated publish.
disablePublish?: boolean
Property Value
boolean
Inherited From FactoryRepoConfiguration.disablePublish
lastCommitId
Last commit id.
lastCommitId?: string
Property Value
string
Inherited From FactoryRepoConfiguration.lastCommitId
repositoryName
Repository name.
repositoryName: string
Property Value
string
Inherited From FactoryRepoConfiguration.repositoryName
rootFolder
Root folder.
rootFolder: string
Property Value
string
Inherited From FactoryRepoConfiguration.rootFolder