次の方法で共有


AppPlatformConfigurationServiceGitRepository クラス

定義

Application Configuration Service の 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 リポジトリの基本認証のユーザー名。

適用対象