Partager via


IGitHubWithAttach<ParentT> Interface

Définition

Dernière étape de la définition de contrôle de code source de l’application web qui lie à un compte GitHub. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition du contrôle de code source d’application web peut être attachée à la définition d’application web parente à l’aide de WithAttach.attach().

public interface IGitHubWithAttach<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition.IWithGitHubAccessToken<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IGitHubWithAttach<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithGitHubAccessToken<'ParentT>
Public Interface IGitHubWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithGitHubAccessToken(Of ParentT)

Paramètres de type

ParentT

Type de retour de WithAttach.attach().

Dérivé
Implémente

Méthodes

Attach()

Dernière étape de la définition de contrôle de code source de l’application web qui lie à un compte GitHub. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition du contrôle de code source d’application web peut être attachée à la définition d’application web parente à l’aide de WithAttach.attach().

(Hérité de IInDefinition<ParentT>)
WithGitHubAccessToken(String)

Spécifie le jeton d’accès personnel GitHub. Vous pouvez en acquérir un à partir de https://github.com/settings/tokens.

(Hérité de IWithGitHubAccessToken<ParentT>)

S’applique à