你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Branch 类

定义

表示步骤中分支的模型。

public class Branch
type Branch = class
Public Class Branch
继承
Branch

构造函数

Branch()

初始化 Branch 类的新实例。

Branch(String, IList<Action>)

初始化 Branch 类的新实例。

属性

Actions

获取或设置操作列表。

Name

获取或设置分支名称的字符串。

适用于