次の方法で共有


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

適用対象