你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FactoryVstsConfiguration interface

工厂的 VSTS 存储库信息。

扩展

属性

projectName

VSTS 项目名称。

tenantId

VSTS 租户 ID。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

accountName

帐户名称。

collaborationBranch

协作分支。

disablePublish

在 ADF Studio 中禁用手动发布作,以支持自动发布。

lastCommitId

上次提交 ID。

repositoryName

存储库名称。

rootFolder

根文件夹。

属性详细信息

projectName

VSTS 项目名称。

projectName: string

属性值

string

tenantId

VSTS 租户 ID。

tenantId?: string

属性值

string

type

多态鉴别器,它指定此对象可以的不同类型的

type: "FactoryVSTSConfiguration"

属性值

"FactoryVSTSConfiguration"

继承属性详细信息

accountName

帐户名称。

accountName: string

属性值

string

继承自 FactoryRepoConfiguration.accountName

collaborationBranch

协作分支。

collaborationBranch: string

属性值

string

继承自 FactoryRepoConfiguration.collaborationBranch

disablePublish

在 ADF Studio 中禁用手动发布作,以支持自动发布。

disablePublish?: boolean

属性值

boolean

继承自 FactoryRepoConfiguration.disablePublish

lastCommitId

上次提交 ID。

lastCommitId?: string

属性值

string

继承自 FactoryRepoConfiguration.lastCommitId

repositoryName

存储库名称。

repositoryName: string

属性值

string

继承自FactoryRepoConfiguration.repositoryName

rootFolder

根文件夹。

rootFolder: string

属性值

string

继承自FactoryRepoConfiguration.rootFolder