Share via


TrafficSelectorPolicy.RemoteAddressRanges Property

Definition

Gets or sets a collection of remote address spaces in CIDR format.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to