Share via


VirtualMachineImageResource.Tags プロパティ

定義

仮想マシンに割り当てられるタグを取得または設定します。 タグの使用の詳細については、「タグ を使用して Azure リソースを整理する」を参照してください。

[Newtonsoft.Json.JsonProperty(PropertyName="tags")]
public System.Collections.Generic.IDictionary<string,string> Tags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tags")>]
member this.Tags : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Tags As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象