共用方式為


ConfigurationServiceGitRepository interface

應用程式組態服務的 Git 存放庫屬性承載

屬性

caCertResourceId

Git 存放庫 HTTPs URL 的 CA 憑證資源識別符。

gitImplementation

用來支援各種存放庫提供者的 Git 連結庫

hostKey

Git 存放庫的公用 sshKey。

hostKeyAlgorithm

Git 存放庫的 SshKey 演算法。

label

存放庫的標籤

name

存放庫名稱

password

git 存放庫基本身份驗證的密碼。

patterns

存放庫模式的集合

privateKey

Git 存放庫的私人 sshKey 演算法。

searchPaths

搜尋存放庫的路徑

strictHostKeyChecking

嚴格主機金鑰檢查或未檢查。

uri

存放庫的 URI

username

git 存放庫基本身份驗證的用戶名稱。

屬性詳細資料

caCertResourceId

Git 存放庫 HTTPs URL 的 CA 憑證資源識別符。

caCertResourceId?: string

屬性值

string

gitImplementation

用來支援各種存放庫提供者的 Git 連結庫

gitImplementation?: string

屬性值

string

hostKey

Git 存放庫的公用 sshKey。

hostKey?: string

屬性值

string

hostKeyAlgorithm

Git 存放庫的 SshKey 演算法。

hostKeyAlgorithm?: string

屬性值

string

label

存放庫的標籤

label: string

屬性值

string

name

存放庫名稱

name: string

屬性值

string

password

git 存放庫基本身份驗證的密碼。

password?: string

屬性值

string

patterns

存放庫模式的集合

patterns: string[]

屬性值

string[]

privateKey

Git 存放庫的私人 sshKey 演算法。

privateKey?: string

屬性值

string

searchPaths

搜尋存放庫的路徑

searchPaths?: string[]

屬性值

string[]

strictHostKeyChecking

嚴格主機金鑰檢查或未檢查。

strictHostKeyChecking?: boolean

屬性值

boolean

uri

存放庫的 URI

uri: string

屬性值

string

username

git 存放庫基本身份驗證的用戶名稱。

username?: string

屬性值

string