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

AppPlatformConfigServerGitProperty 类

定义

git 的 属性。

public class AppPlatformConfigServerGitProperty
type AppPlatformConfigServerGitProperty = class
Public Class AppPlatformConfigServerGitProperty
继承
AppPlatformConfigServerGitProperty

构造函数

AppPlatformConfigServerGitProperty(Uri)

初始化 AppPlatformConfigServerGitProperty 的新实例。

属性

HostKey

git 存储库的公共 sshKey。

HostKeyAlgorithm

git 存储库的 SshKey 算法。

IsHostKeyCheckingStrict

是否严格检查主机密钥。

Label

存储库的标签。

Password

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

PrivateKey

git 存储库的专用 sshKey 算法。

Repositories

git 的存储库。

SearchPaths

存储库的搜索路径。

Uri

存储库的 URI。

Username

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

适用于