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

FrontDoorRulePatch 类

定义

创建或更新域所需的域 JSON 对象。

public class FrontDoorRulePatch
type FrontDoorRulePatch = class
Public Class FrontDoorRulePatch
继承
FrontDoorRulePatch

构造函数

FrontDoorRulePatch()

初始化 FrontDoorRulePatch 的新实例。

属性

Actions

满足规则的所有条件时执行的操作列表。 请注意 DeliveryRuleAction ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 DeliveryRuleCacheExpirationAction、、DeliveryRuleCacheKeyQueryStringActionDeliveryRuleRequestHeaderActionOriginGroupOverrideActionDeliveryRuleResponseHeaderActionDeliveryRuleRouteConfigurationOverrideActionUriRedirectActionUriRewriteActionUriSigningAction

Conditions

要执行的操作必须匹配的条件列表请注意 DeliveryRuleCondition 是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 DeliveryRuleClientPortCondition、、DeliveryRuleCookiesConditionDeliveryRuleHostNameConditionDeliveryRuleHttpVersionConditionDeliveryRuleIsDeviceConditionDeliveryRuleQueryStringConditionDeliveryRuleRemoteAddressConditionDeliveryRulePostArgsConditionDeliveryRuleRequestSchemeConditionDeliveryRuleRequestMethodConditionDeliveryRuleRequestUriConditionDeliveryRuleServerPortConditionDeliveryRuleRequestHeaderConditionDeliveryRuleRequestBodyConditionDeliveryRuleSslProtocolConditionDeliveryRuleUriFileExtensionConditionDeliveryRuleSocketAddressConditionDeliveryRuleUriFileNameCondition 和 。DeliveryRuleUriPathCondition

MatchProcessingBehavior

如果此规则是匹配项,则规则引擎应继续运行剩余规则或停止。 如果不存在,则默认为“继续”。

Order

为终结点应用规则的顺序。 可能的值 {0,1,2,3,.........}。 顺序较小的规则将在顺序较大的规则之前应用。 顺序为 0 的规则是一种特殊规则。 它不需要任何条件,将始终应用其中列出的操作。

RuleSetName

包含规则的规则集的名称。

适用于