共用方式為


SourceControlCreateOrUpdateParameters 類別

定義

提供給建立或更新原始檔控制作業的參數。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControlCreateOrUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControlCreateOrUpdateParameters = class
Public Class SourceControlCreateOrUpdateParameters
繼承
SourceControlCreateOrUpdateParameters
屬性

建構函式

SourceControlCreateOrUpdateParameters()

初始化 SourceControlCreateOrUpdateParameters 類別的新實例。

SourceControlCreateOrUpdateParameters(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, SourceControlSecurityTokenProperties, String)

初始化 SourceControlCreateOrUpdateParameters 類別的新實例。

屬性

AutoSync

取得或設定原始檔控制項的自動非同步。 預設值為 false。

Branch

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

Description

取得或設定原始檔控制的使用者描述。

FolderPath

取得或設定原始檔控制的資料夾路徑。 路徑必須是相對的。

PublishRunbook

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

RepoUrl

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

SecurityToken

取得或設定原始檔控制存放庫的授權權杖。

SourceType

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

方法

Validate()

驗證 物件。

適用於