AppPlatformConfigServerGitProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Property of git.
public class AppPlatformConfigServerGitProperty
type AppPlatformConfigServerGitProperty = class
Public Class AppPlatformConfigServerGitProperty
- Inheritance
-
AppPlatformConfigServerGitProperty
Constructors
AppPlatformConfigServerGitProperty(Uri) |
Initializes a new instance of AppPlatformConfigServerGitProperty. |
Properties
HostKey |
Public sshKey of git repository. |
HostKeyAlgorithm |
SshKey algorithm of git repository. |
IsHostKeyCheckingStrict |
Strict host key checking or not. |
Label |
Label of the repository. |
Password |
Password of git repository basic auth. |
PrivateKey |
Private sshKey algorithm of git repository. |
Repositories |
Repositories of git. |
SearchPaths |
Searching path of the repository. |
Uri |
URI of the repository. |
Username |
Username of git repository basic auth. |