Resource<TProperties>.Tags Property

Definition

Gets or sets the tags.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)]
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary<string> Tags { get; set; }
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)>]
member this.Tags : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Collections.InsensitiveDictionary<string> with get, set
Public Property Tags As InsensitiveDictionary(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to