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

ActionList 构造函数

定义

重载

ActionList()

初始化 ActionList 类的新实例。

ActionList(IList<ActionGroup>)

初始化 ActionList 类的新实例。

ActionList()

初始化 ActionList 类的新实例。

public ActionList ();
Public Sub New ()

适用于

ActionList(IList<ActionGroup>)

初始化 ActionList 类的新实例。

public ActionList (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ActionGroup> actionGroups = default);
new Microsoft.Azure.Management.Monitor.Models.ActionList : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ActionGroup> -> Microsoft.Azure.Management.Monitor.Models.ActionList
Public Sub New (Optional actionGroups As IList(Of ActionGroup) = Nothing)

参数

actionGroups
IList<ActionGroup>

操作组的列表。

适用于