IDefinition<ParentT> 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
웹앱 소스 제어 정의의 전체입니다.
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, String) |
GitHub 리포지토리로 리포지토리를 지정합니다. 연속 통합이 켜집니다. 이 리포지토리는 퍼블릭 또는 프라이빗일 수 있지만 GitHub 액세스 토큰에는 리포지토리에 웹후크를 추가할 수 있는 충분한 권한이 있어야 합니다. (다음에서 상속됨 IWithRepositoryType<ParentT>) |
WithContinuouslyIntegratedGitHubRepository(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>) |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET