Share via


Resource.Tags Property

 

Resource tags

Namespace:   Microsoft.Azure.Management.DataLake.Store.Models
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "tags")]
public IDictionary<string, string> Tags { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "tags")]
property IDictionary<String^, String^>^ Tags {
    IDictionary<String^, String^>^ get();
    void set(IDictionary<String^, String^>^ value);
}
[<JsonPropertyAttribute(PropertyName = "tags")>]
member Tags : IDictionary<string, string> with get, set
<JsonPropertyAttribute(PropertyName := "tags")>
Public Property Tags As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

See Also

Resource Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace

Return to top