共用方式為


RouteMap.Rules Property

Definition

Gets or sets list of RouteMap rules to be applied.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to