다음을 통해 공유


IGitHubWithAttach<ParentT> 인터페이스

정의

GitHub 계정에 바인딩되는 웹앱 소스 제어 정의의 마지막 단계입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 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)

형식 매개 변수

ParentT

WithAttach.attach()의 반환 형식입니다.

파생
구현

메서드

Attach()

GitHub 계정에 바인딩되는 웹앱 소스 제어 정의의 마지막 단계입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 WithAttach.attach()를 사용하여 웹앱 소스 제어 정의를 부모 웹앱 업데이트에 연결할 수 있습니다.

(다음에서 상속됨 IInUpdate<ParentT>)
WithGitHubAccessToken(String)

GitHub 개인용 액세스 토큰을 지정합니다. 에서 https://github.com/settings/tokens하나를 가져올 수 있습니다.

(다음에서 상속됨 IWithGitHubAccessToken<ParentT>)

적용 대상