IWithGitHubAccessToken<ParentT> Interface
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.
Définition de contrôle de code source d’application web permettant de spécifier le jeton d’accès GitHub.
public interface IWithGitHubAccessToken<ParentT>
type IWithGitHubAccessToken<'ParentT> = interface
Public Interface IWithGitHubAccessToken(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
Méthodes
WithGitHubAccessToken(String) |
Spécifie le jeton d’accès personnel GitHub. Vous pouvez en acquérir un à partir de https://github.com/settings/tokens. |
S’applique à
Azure SDK for .NET