次の方法で共有


Selector コンストラクター

定義

オーバーロード

Selector()

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

Selector(SelectorType, String, IList<TargetReference>)

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

Selector()

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

public Selector ();
Public Sub New ()

適用対象

Selector(SelectorType, String, IList<TargetReference>)

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

public Selector (Microsoft.Azure.Management.Chaos.Models.SelectorType type, string id, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.TargetReference> targets);
new Microsoft.Azure.Management.Chaos.Models.Selector : Microsoft.Azure.Management.Chaos.Models.SelectorType * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.TargetReference> -> Microsoft.Azure.Management.Chaos.Models.Selector
Public Sub New (type As SelectorType, id As String, targets As IList(Of TargetReference))

パラメーター

type
SelectorType

セレクター型の列挙型。 使用可能な値は、'Percent'、'Random'、'Tag'、'List' です。

id
String

セレクター ID の文字列。

targets
IList<TargetReference>

ターゲット参照の一覧。

適用対象