次の方法で共有


DataBoxEdgeDevice.Tags プロパティ

定義

デバイスを記述するタグの一覧を取得または設定します。 これらのタグを使用して、(リソース グループ間で) このデバイスを表示およびグループ化できます。

[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

適用対象