你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GitHubRepoProperties interface
GitHub Repo properties.
Properties
account |
Gets or sets gitHub repo account id. |
owner |
Gets or sets GitHub Owner Name. |
provisioning |
|
repo |
Gets or sets gitHub repo url. |
Property Details
accountId
Gets or sets gitHub repo account id.
accountId?: number
Property Value
number
ownerName
Gets or sets GitHub Owner Name.
ownerName?: string
Property Value
string
provisioningState
provisioningState?: string
Property Value
string
repoUrl
Gets or sets gitHub repo url.
repoUrl?: string
Property Value
string