다음을 통해 공유


IWithSourceControl<FluentT> 인터페이스

정의

소스 제어를 설정할 수 있는 웹앱 업데이트 단계입니다.

public interface IWithSourceControl<FluentT>
type IWithSourceControl<'FluentT> = interface
Public Interface IWithSourceControl(Of FluentT)

형식 매개 변수

FluentT

리소스 형식입니다.

파생

메서드

DefineSourceControl()

새 소스 제어의 정의를 시작합니다.

WithLocalGitSourceControl()

웹앱의 로컬 Git 리포지토리로 사용할 소스 제어를 지정합니다.

WithoutSourceControl()

웹앱에서 배포에 대한 소스 제어를 제거합니다.

적용 대상