你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RoutingRuleUpdateParameters Class

Definition

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)

Applies to