次の方法で共有


ServiceTagsCollection コンストラクター

定義

オーバーロード

ServiceTagsCollection()

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

ServiceTagsCollection(List<String>, List<String>)

指定したメカニズムとトリガーを使用して、 ServiceTagsCollection クラスの新しいインスタンスを初期化します。

ServiceTagsCollection()

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

public ServiceTagsCollection ();
Public Sub New ()

適用対象

ServiceTagsCollection(List<String>, List<String>)

指定したメカニズムとトリガーを使用して、 ServiceTagsCollection クラスの新しいインスタンスを初期化します。

public ServiceTagsCollection (System.Collections.Generic.List<string> tagsRequiredToPlace, System.Collections.Generic.List<string> tagsRequiredToRun);
new System.Fabric.Description.ServiceTagsCollection : System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> System.Fabric.Description.ServiceTagsCollection
Public Sub New (tagsRequiredToPlace As List(Of String), tagsRequiredToRun As List(Of String))

パラメーター

tagsRequiredToPlace
List<String>
tagsRequiredToRun
List<String>

適用対象