次の方法で共有


IWithTags.WithTags(IDictionary<String,String>) メソッド

定義

タグを指定します。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate WithTags (System.Collections.Generic.IDictionary<string,string> tags);
abstract member WithTags : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate
Public Function WithTags (tags As IDictionary(Of String, String)) As IUpdate

パラメーター

tags
IDictionary<String,String>

リソース タグ。

戻り値

適用対象