次の方法で共有


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>

アクション グループの一覧。

適用対象