EffectiveNetworkSecurityGroup.TagMap Property

Definition

Gets or sets mapping of tags to list of IP Addresses included within the tag.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to