IGitHubWithAttach<ParentT> Interface

Definition

The final stage of the web app source control definition that binds to a GitHub account. At this stage, any remaining optional settings can be specified, or the web app source control definition can be attached to the parent web app definition using 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)

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithGitHubAccessToken(String)

Specifies the GitHub personal access token. You can acquire one from https://github.com/settings/tokens.

(Inherited from IWithGitHubAccessToken<ParentT>)

Applies to