PublicIPPrefix.IpTags Property

Definition

Gets or sets the list of tags associated with the public IP prefix.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipTags")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IpTag> IpTags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipTags")>]
member this.IpTags : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IpTag> with get, set
Public Property IpTags As IList(Of IpTag)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to