다음을 통해 공유


SiteSourceControl 클래스

앱에 대한 소스 제어 구성입니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
SiteSourceControl

생성자

SiteSourceControl(*, kind: str | None = None, repo_url: str | None = None, branch: str | None = None, is_manual_integration: bool | None = None, deployment_rollback_enabled: bool | None = None, is_mercurial: bool | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
kind
str

리소스 종류입니다.

repo_url
str

리포지토리 또는 소스 제어 URL입니다.

branch
str

배포에 사용할 분기의 이름입니다.

is_manual_integration

<code>true</code> 수동 통합으로 제한하려면 <code>false</code> 연속 통합을 사용하도록 설정합니다(GitHub와 같은 온라인 리포지토리로 웹후크를 구성).

deployment_rollback_enabled

<code>true</code> 배포 롤백을 사용하도록 설정하려면 그렇지 않으면 입니다 <code>false</code>.

is_mercurial

<code>true</code> Mercurial 리포지토리의 경우 <code>false</code> Git 리포지토리에 대한 입니다.

변수

Name Description
id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

kind
str

리소스 종류입니다.

type
str

리소스 종류.

repo_url
str

리포지토리 또는 소스 제어 URL입니다.

branch
str

배포에 사용할 분기의 이름입니다.

is_manual_integration

<code>true</code> 수동 통합으로 제한하려면 <code>false</code> 연속 통합을 사용하도록 설정합니다(GitHub와 같은 온라인 리포지토리로 웹후크를 구성).

deployment_rollback_enabled

<code>true</code> 배포 롤백을 사용하도록 설정하려면 그렇지 않으면 입니다 <code>false</code>.

is_mercurial

<code>true</code> Mercurial 리포지토리의 경우 <code>false</code> Git 리포지토리에 대한 입니다.