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

GitPatternRepository interface

配置服务器的 Git 存储库属性有效负载

属性

hostKey

git 存储库的公共 sshKey。

hostKeyAlgorithm

git 存储库的 SshKey 算法。

label

存储库的标签

name

存储库的名称

password

git 存储库基本身份验证的密码。

pattern

存储库模式的集合

privateKey

git 存储库的专用 sshKey 算法。

searchPaths

搜索存储库的路径

strictHostKeyChecking

严格主机密钥检查或不检查。

uri

存储库的 URI

username

git 存储库基本身份验证的用户名。

属性详细信息

hostKey

git 存储库的公共 sshKey。

hostKey?: string

属性值

string

hostKeyAlgorithm

git 存储库的 SshKey 算法。

hostKeyAlgorithm?: string

属性值

string

label

存储库的标签

label?: string

属性值

string

name

存储库的名称

name: string

属性值

string

password

git 存储库基本身份验证的密码。

password?: string

属性值

string

pattern

存储库模式的集合

pattern?: string[]

属性值

string[]

privateKey

git 存储库的专用 sshKey 算法。

privateKey?: string

属性值

string

searchPaths

搜索存储库的路径

searchPaths?: string[]

属性值

string[]

strictHostKeyChecking

严格主机密钥检查或不检查。

strictHostKeyChecking?: boolean

属性值

boolean

uri

存储库的 URI

uri: string

属性值

string

username

git 存储库基本身份验证的用户名。

username?: string

属性值

string