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

FactoryGitHubConfiguration interface

工厂的 GitHub 存储库信息。

扩展

属性

clientId

GitHub 自带应用客户端 ID。

clientSecret

GitHub 自带应用客户端机密信息。

hostName

GitHub Enterprise 主机名。 例如:https://github.mydomain.com

type

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

继承属性

accountName

帐户名称。

collaborationBranch

协作分支。

disablePublish

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

lastCommitId

上次提交 ID。

repositoryName

存储库名称。

rootFolder

根文件夹。

属性详细信息

clientId

GitHub 自带应用客户端 ID。

clientId?: string

属性值

string

clientSecret

GitHub 自带应用客户端机密信息。

clientSecret?: GitHubClientSecret

属性值

hostName

GitHub Enterprise 主机名。 例如:https://github.mydomain.com

hostName?: string

属性值

string

type

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

type: "FactoryGitHubConfiguration"

属性值

"FactoryGitHubConfiguration"

继承属性详细信息

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