次の方法で共有


ServiceTagsCollection クラス

定義

サービス タグを記述するためのクラス。 すべてのタグ コレクションは、配置に必要なタグと、サービスの実行に必要なタグで構成されます。

public class ServiceTagsCollection
type ServiceTagsCollection = class
Public Class ServiceTagsCollection
継承
ServiceTagsCollection

コンストラクター

ServiceTagsCollection()

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

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

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

プロパティ

TagsRequiredToPlace

配置に必要なサービス タグを取得します。

TagsRequiredToRun

実行に必要なサービス タグを取得します。

メソッド

ToString()

ServiceTagsCollection の文字列を返します。

適用対象