ConfigServerGitProperty 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 ConfigServerGitProperty
type ConfigServerGitProperty = class
Public Class ConfigServerGitProperty
- Inheritance
-
ConfigServerGitProperty
Constructors
ConfigServerGitProperty() |
Initializes a new instance of the ConfigServerGitProperty class. |
ConfigServerGitProperty(String, IList<GitPatternRepository>, String, IList<String>, String, String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the ConfigServerGitProperty class. |
Properties
HostKey |
Gets or sets public sshKey of git repository. |
HostKeyAlgorithm |
Gets or sets sshKey algorithm of git repository. |
Label |
Gets or sets label of the repository |
Password |
Gets or sets password of git repository basic auth. |
PrivateKey |
Gets or sets private sshKey algorithm of git repository. |
Repositories |
Gets or sets repositories of git. |
SearchPaths |
Gets or sets searching path of the repository |
StrictHostKeyChecking |
Gets or sets strict host key checking or not. |
Uri |
Gets or sets URI of the repository |
Username |
Gets or sets username of git repository basic auth. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET