共用方式為


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 類別的新實例。

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

初始化 SourceControl 類別的新實例。

屬性

AutoSync

取得或設定原始檔控制自動同步處理。 預設值為 false。

Branch

取得或設定原始檔控制的存放庫分支。 將分支包含為 VsoTfvc 的空字串。

CreationTime

取得或設定建立時間。

Description

取得或設定描述。

FolderPath

取得或設定原始檔控制的資料夾路徑。

Id

取得資源的完整資源識別碼

(繼承來源 Resource)
LastModifiedTime

取得或設定上次修改的時間。

Name

取得資源的名稱

(繼承來源 Resource)
PublishRunbook

取得或設定原始檔控制自動發行。 預設值為 true。

RepoUrl

取得或設定原始檔控制的存放庫 URL。

SourceType

取得或設定來源類型。 必須是其中一個 VsoGit、VsoTfvc、GitHub。 可能的值包括:'VsoGit'、'VsoTfvc'、'GitHub'

Type

取得資源的型別。

(繼承來源 Resource)

適用於