ApplicationGateway.RequestRoutingRules Property

Definition

Gets or sets request routing rules of the application gateway resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to