Bagikan melalui


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 update using WithAttach.attach().

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

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived
Implements

Methods

Attach() (Inherited from IInUpdate<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