다음을 통해 공유


IBlank<ParentT> 인터페이스

정의

웹앱 업데이트의 일부로 웹앱 소스 제어 정의의 첫 번째 단계입니다.

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithRepositoryType<ParentT>
type IBlank<'ParentT> = interface
    interface IWithRepositoryType<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithRepositoryType(Of ParentT)

형식 매개 변수

ParentT

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

파생
구현

메서드

WithContinuouslyIntegratedGitHubRepository(String)

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

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

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

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

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

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

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

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

적용 대상