IpGroup.IpAddresses Property

Definition

Gets or sets ipAddresses/IpAddressPrefixes in the IpGroups resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to