Condividi tramite


IGitHubWithAttach<ParentT> Interfaccia

Definizione

Fase finale della definizione del controllo del codice sorgente dell'app Web associata a un account GitHub. In questa fase è possibile specificare tutte le impostazioni facoltative rimanenti oppure è possibile allegare la definizione del controllo del codice sorgente dell'app Web web padre usando 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)

Parametri di tipo

ParentT

Tipo restituito di WithAttach.attach().

Derivato
Implementazioni

Metodi

Attach()

Fase finale della definizione del controllo del codice sorgente dell'app Web associata a un account GitHub. In questa fase è possibile specificare tutte le impostazioni facoltative rimanenti oppure è possibile allegare la definizione del controllo del codice sorgente dell'app Web web padre usando WithAttach.attach().

(Ereditato da IInDefinition<ParentT>)
WithGitHubAccessToken(String)

Specifica il token di accesso personale di GitHub. È possibile acquisirne uno da https://github.com/settings/tokens.

(Ereditato da IWithGitHubAccessToken<ParentT>)

Si applica a