次の方法で共有


IDefinitionWithTags<T>.WithTags メソッド

定義

リソースのタグを {@link Map} として指定します。

public T WithTags (System.Collections.Generic.IDictionary<string,string> tags);
abstract member WithTags : System.Collections.Generic.IDictionary<string, string> -> 'T
Public Function WithTags (tags As IDictionary(Of String, String)) As T

パラメーター

tags
IDictionary<String,String>

タグ {@link Map} のタグ

戻り値

T

リソース定義の次のステージ

適用対象