FactoryVstsConfiguration interface

Factory's VSTS repo information.

Extends

Properties

projectName

VSTS project name.

tenantId

VSTS tenant id.

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

accountName

Account name.

collaborationBranch

Collaboration branch.

disablePublish

Disable manual publish operation in ADF studio to favor automated publish.

lastCommitId

Last commit id.

repositoryName

Repository name.

rootFolder

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