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

AppPlatformConfigurationServiceGitRepository 类

定义

应用程序配置服务的 Git 存储库属性有效负载。

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

构造函数

AppPlatformConfigurationServiceGitRepository(String, IEnumerable<String>, Uri, String)

初始化 AppPlatformConfigurationServiceGitRepository 的新实例。

属性

HostKey

git 存储库的公共 sshKey。

HostKeyAlgorithm

git 存储库的 SshKey 算法。

IsHostKeyCheckingStrict

是否严格检查主机密钥。

Label

存储库的标签。

Name

- 存储库的名称。

Password

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

Patterns

存储库模式的集合。

PrivateKey

git 存储库的专用 sshKey 算法。

SearchPaths

存储库的搜索路径。

Uri

存储库的 URI。

Username

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

适用于