ConfigServerGitProperty Constructeurs
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.
Surcharges
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. |
ConfigServerGitProperty()
Initialise une nouvelle instance de la classe ConfigServerGitProperty.
public ConfigServerGitProperty ();
Public Sub New ()
S’applique à
ConfigServerGitProperty(String, IList<GitPatternRepository>, String, IList<String>, String, String, String, String, String, Nullable<Boolean>)
Initialise une nouvelle instance de la classe ConfigServerGitProperty.
public ConfigServerGitProperty (string uri, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.GitPatternRepository> repositories = default, string label = default, System.Collections.Generic.IList<string> searchPaths = default, string username = default, string password = default, string hostKey = default, string hostKeyAlgorithm = default, string privateKey = default, bool? strictHostKeyChecking = default);
new Microsoft.Azure.Management.AppPlatform.Models.ConfigServerGitProperty : string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.GitPatternRepository> * string * System.Collections.Generic.IList<string> * string * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.AppPlatform.Models.ConfigServerGitProperty
Public Sub New (uri As String, Optional repositories As IList(Of GitPatternRepository) = Nothing, Optional label As String = Nothing, Optional searchPaths As IList(Of String) = Nothing, Optional username As String = Nothing, Optional password As String = Nothing, Optional hostKey As String = Nothing, Optional hostKeyAlgorithm As String = Nothing, Optional privateKey As String = Nothing, Optional strictHostKeyChecking As Nullable(Of Boolean) = Nothing)
Paramètres
- uri
- String
URI du dépôt
- repositories
- IList<GitPatternRepository>
Dépôts de git.
- label
- String
Étiquette du dépôt
- username
- String
Nom d’utilisateur de l’authentification de base du dépôt Git.
- password
- String
Mot de passe de l’authentification de base du dépôt Git.
- hostKey
- String
SshKey publique du dépôt Git.
- hostKeyAlgorithm
- String
Algorithme SshKey du dépôt Git.
- privateKey
- String
Algorithme sshKey privé du dépôt Git.
S’applique à
Azure SDK for .NET