RoutingRuleUpdateParameters 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.
Routing rules to apply to an endpoint
public class RoutingRuleUpdateParameters
type RoutingRuleUpdateParameters = class
Public Class RoutingRuleUpdateParameters
- Inheritance
-
RoutingRuleUpdateParameters
- Derived
Constructors
RoutingRuleUpdateParameters() |
Initializes a new instance of the RoutingRuleUpdateParameters class. |
RoutingRuleUpdateParameters(IList<SubResource>, IList<String>, IList<String>, String, RouteConfiguration, SubResource, RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink) |
Initializes a new instance of the RoutingRuleUpdateParameters class. |
Properties
AcceptedProtocols |
Gets or sets protocol schemes to match for this rule |
EnabledState |
Gets or sets whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' Possible values include: 'Enabled', 'Disabled' |
FrontendEndpoints |
Gets or sets frontend endpoints associated with this rule |
PatternsToMatch |
Gets or sets the route patterns of the rule. |
RouteConfiguration |
Gets or sets a reference to the routing configuration. |
RulesEngine |
Gets or sets a reference to a specific Rules Engine Configuration to apply to this route. |
WebApplicationFirewallPolicyLink |
Gets or sets defines the Web Application Firewall policy for each routing rule (if applicable) |