次の方法で共有


ConfigServerGitPatternRepository クラス

定義

構成サーバーの Git リポジトリ プロパティペイロード。

public class ConfigServerGitPatternRepository
type ConfigServerGitPatternRepository = class
Public Class ConfigServerGitPatternRepository
継承
ConfigServerGitPatternRepository

コンストラクター

ConfigServerGitPatternRepository(String, Uri)

ConfigServerGitPatternRepository の新しいインスタンスを初期化します。

プロパティ

HostKey

Git リポジトリのパブリック sshKey。

HostKeyAlgorithm

Git リポジトリの SshKey アルゴリズム。

IsHostKeyCheckingStrict

厳密なホスト キーのチェックかどうか。

Label

リポジトリのラベル。

Name

リポジトリの名前。

Password

Git リポジトリの基本認証のパスワード。

Pattern

リポジトリのパターンのコレクション。

PrivateKey

Git リポジトリのプライベート sshKey アルゴリズム。

SearchPaths

リポジトリの検索パス。

Uri

リポジトリの URI。

Username

Git リポジトリの基本認証のユーザー名。

適用対象