다음을 통해 공유


SourceControl 클래스

정의

소스 제어의 정의입니다.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControl : Microsoft.Azure.Management.Automation.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControl = class
    inherit ProxyResource
Public Class SourceControl
Inherits ProxyResource
상속
SourceControl
특성

생성자

SourceControl()

SourceControl 클래스의 새 instance 초기화합니다.

SourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, DateTimeOffset, DateTimeOffset)

SourceControl 클래스의 새 instance 초기화합니다.

속성

AutoSync

소스 제어의 자동 동기화를 가져오거나 설정합니다. 기본값은 false입니다.

Branch

소스 제어의 리포지토리 분기를 가져오거나 설정합니다. 분기를 VsoTfvc의 빈 문자열로 포함합니다.

CreationTime

생성 시간을 가져오거나 설정합니다.

Description

설명을 가져오거나 설정합니다.

FolderPath

소스 제어의 폴더 경로를 가져오거나 설정합니다.

Id

리소스에 대한 정규화된 리소스 ID를 가져옵니다.

(다음에서 상속됨 Resource)
LastModifiedTime

마지막으로 수정한 시간을 가져오거나 설정합니다.

Name

리소스의 이름을 가져옵니다.

(다음에서 상속됨 Resource)
PublishRunbook

소스 제어의 자동 게시를 가져오거나 설정합니다. 기본값은 true입니다.

RepoUrl

소스 제어의 리포지토리 URL을 가져오거나 설정합니다.

SourceType

원본 형식을 가져오거나 설정합니다. VsoGit, VsoTfvc, GitHub 중 하나여야 합니다. 가능한 값은 'VsoGit', 'VsoTfvc', 'GitHub'입니다.

Type

리소스의 형식을 가져옵니다.

(다음에서 상속됨 Resource)

적용 대상