SourceControl 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SourceControl() |
初始化 SourceControl 類別的新實例。 |
SourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, DateTimeOffset, DateTimeOffset) |
初始化 SourceControl 類別的新實例。 |
SourceControl()
初始化 SourceControl 類別的新實例。
public SourceControl ();
Public Sub New ()
適用於
SourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, DateTimeOffset, DateTimeOffset)
初始化 SourceControl 類別的新實例。
public SourceControl (string id = default, string name = default, string type = default, string repoUrl = default, string branch = default, string folderPath = default, bool? autoSync = default, bool? publishRunbook = default, string sourceType = default, string description = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default);
new Microsoft.Azure.Management.Automation.Models.SourceControl : string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * string * string * DateTimeOffset * DateTimeOffset -> Microsoft.Azure.Management.Automation.Models.SourceControl
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional repoUrl As String = Nothing, Optional branch As String = Nothing, Optional folderPath As String = Nothing, Optional autoSync As Nullable(Of Boolean) = Nothing, Optional publishRunbook As Nullable(Of Boolean) = Nothing, Optional sourceType As String = Nothing, Optional description As String = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing)
參數
- id
- String
資源的完整資源識別碼
- name
- String
資源的名稱
- type
- String
資源類型。
- repoUrl
- String
原始檔控制的存放庫 URL。
- branch
- String
原始檔控制的存放庫分支。 將分支納入為 VsoTfvc 的空字串。
- folderPath
- String
原始檔控制的資料夾路徑。
- sourceType
- String
來源類型。 必須是其中一個 VsoGit、VsoTfvc、GitHub。 可能的值包括:'VsoGit'、'VsoTfvc'、'GitHub'
- description
- String
描述。
- creationTime
- DateTimeOffset
建立時間。
- lastModifiedTime
- DateTimeOffset
上次修改的時間。