你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
资源的完全限定资源 ID
- 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
上次修改时间。