Share via


RouteFilter.Rules Property

Definition

Gets or sets collection of RouteFilterRules contained within a route filter.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to