IDefinition<ParentT> 인터페이스

정의

웹앱 소스 제어 정의의 전체입니다.

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

형식 매개 변수

ParentT

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

구현

메서드

Attach()

웹앱 소스 제어 정의의 전체입니다.

(다음에서 상속됨 IInDefinition<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>)

적용 대상