ApplicationGatewayAdvancedRoutingCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A condition evaluated as part of an advanced routing condition set.
public class ApplicationGatewayAdvancedRoutingCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingCondition>
type ApplicationGatewayAdvancedRoutingCondition = class
interface IJsonModel<ApplicationGatewayAdvancedRoutingCondition>
interface IPersistableModel<ApplicationGatewayAdvancedRoutingCondition>
Public Class ApplicationGatewayAdvancedRoutingCondition
Implements IJsonModel(Of ApplicationGatewayAdvancedRoutingCondition), IPersistableModel(Of ApplicationGatewayAdvancedRoutingCondition)
- Inheritance
-
ApplicationGatewayAdvancedRoutingCondition
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayAdvancedRoutingCondition(ApplicationGatewayAdvancedRoutingConditionType) |
Initializes a new instance of ApplicationGatewayAdvancedRoutingCondition. |
Properties
| Name | Description |
|---|---|
| ConditionType |
The type of request property the condition is evaluated against. |
| PropertyName |
Name of the request property the condition is evaluated against. Required when conditionType is Header or QueryString, and not applicable when conditionType is Path, ClientIP or Method. |
| PropertyValueMatcher |
Pattern the request property is matched against. Exactly one of propertyValues or propertyValueMatcher must be specified. Not applicable when conditionType is ClientIP or Method. |
| PropertyValues |
Values the request property is matched against. Exactly one of propertyValues or propertyValueMatcher must be specified. |