Compartilhar via


IGitHubWithAttach<ParentT> Interface

Definição

O estágio final da definição de controle do código-fonte do aplicativo Web que se associa a uma conta do GitHub. Nesta fase, todas as configurações opcionais restantes podem ser especificadas ou a definição de controle do código-fonte do aplicativo Web pode ser anexada à definição de aplicativo Web pai 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)

Parâmetros de tipo

ParentT

O tipo de retorno de WithAttach.attach().

Derivado
Implementações

Métodos

Attach()

O estágio final da definição de controle do código-fonte do aplicativo Web que se associa a uma conta do GitHub. Nesta fase, todas as configurações opcionais restantes podem ser especificadas ou a definição de controle do código-fonte do aplicativo Web pode ser anexada à definição de aplicativo Web pai usando WithAttach.attach().

(Herdado de IInDefinition<ParentT>)
WithGitHubAccessToken(String)

Especifica o token de acesso pessoal do GitHub. Você pode adquirir um de https://github.com/settings/tokens.

(Herdado de IWithGitHubAccessToken<ParentT>)

Aplica-se a