다음을 통해 공유


IUpdateDefinition<ParentT> 인터페이스

정의

웹앱 업데이트의 일부로 웹앱 소스 제어 정의의 전체입니다.

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

형식 매개 변수

ParentT

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

구현

메서드

Attach()

웹앱 업데이트의 일부로 웹앱 소스 제어 정의의 전체입니다.

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

사용할 리포지토리의 분기를 지정합니다.

(다음에서 상속됨 IWithGitHubBranch<ParentT>)
WithContinuouslyIntegratedGitHubRepository(String)

GitHub 리포지토리가 될 리포지토리를 지정합니다. 연속 통합이 켜집니다. 이 리포지토리는 퍼블릭 또는 프라이빗일 수 있지만 GitHub 액세스 토큰에는 리포지토리에 웹후크를 추가할 수 있는 충분한 권한이 있어야 합니다.

(다음에서 상속됨 IWithRepositoryType<ParentT>)
WithContinuouslyIntegratedGitHubRepository(String, String)

GitHub 리포지토리가 될 리포지토리를 지정합니다. 연속 통합이 켜집니다. 이 리포지토리는 퍼블릭 또는 프라이빗일 수 있지만 GitHub 액세스 토큰에는 리포지토리에 웹후크를 추가할 수 있는 충분한 권한이 있어야 합니다.

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

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

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

퍼블릭 외부 리포지토리(Git 또는 Mercurial)로 리포지토리를 지정합니다. 연속 통합은 켜지지 않습니다.

(다음에서 상속됨 IWithRepositoryType<ParentT>)
WithPublicMercurialRepository(String)

퍼블릭 외부 리포지토리(Git 또는 Mercurial)로 리포지토리를 지정합니다. 연속 통합은 켜지지 않습니다.

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

적용 대상