EffectiveNetworkSecurityGroup.TagMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Collections.Generic.IDictionary<System.String,System.Collections.Generic.IList<System.String>>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute