ConfigServerGitProperty Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Propriété de git.
public class ConfigServerGitProperty
type ConfigServerGitProperty = class
Public Class ConfigServerGitProperty
- Héritage
-
ConfigServerGitProperty
Constructeurs
ConfigServerGitProperty() |
Initialise une nouvelle instance de la classe ConfigServerGitProperty. |
ConfigServerGitProperty(String, IList<GitPatternRepository>, String, IList<String>, String, String, String, String, String, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe ConfigServerGitProperty. |
Propriétés
HostKey |
Obtient ou définit une sshKey publique du dépôt git. |
HostKeyAlgorithm |
Obtient ou définit l’algorithme sshKey du dépôt git. |
Label |
Obtient ou définit l’étiquette du dépôt |
Password |
Obtient ou définit le mot de passe de l’authentification de base du dépôt Git. |
PrivateKey |
Obtient ou définit l’algorithme sshKey privé du dépôt git. |
Repositories |
Obtient ou définit les dépôts de git. |
SearchPaths |
Obtient ou définit le chemin de recherche du dépôt |
StrictHostKeyChecking |
Obtient ou définit une vérification stricte de la clé hôte ou non. |
Uri |
Obtient ou définit l’URI du dépôt |
Username |
Obtient ou définit le nom d’utilisateur de l’authentification de base du dépôt Git. |
Méthodes
Validate() |
Validez l’objet. |
S’applique à
Azure SDK for .NET