次の方法で共有


DiscreteAction コンストラクター

定義

オーバーロード

DiscreteAction()

DiscreteAction クラスの新しいインスタンスを初期化します。

DiscreteAction(String, IList<KeyValuePair>, String)

DiscreteAction クラスの新しいインスタンスを初期化します。

DiscreteAction()

DiscreteAction クラスの新しいインスタンスを初期化します。

public DiscreteAction ();
Public Sub New ()

適用対象

DiscreteAction(String, IList<KeyValuePair>, String)

DiscreteAction クラスの新しいインスタンスを初期化します。

public DiscreteAction (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.KeyValuePair> parameters, string selectorId);
new Microsoft.Azure.Management.Chaos.Models.DiscreteAction : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.KeyValuePair> * string -> Microsoft.Azure.Management.Chaos.Models.DiscreteAction
Public Sub New (name As String, parameters As IList(Of KeyValuePair), selectorId As String)

パラメーター

name
String

機能 URN を表す文字列。

parameters
IList<KeyValuePair>

キー値ペアの一覧。

selectorId
String

セレクターを表す文字列。

適用対象