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

DeliveryRule 类

定义

指定一组操作和条件的规则。

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

构造函数

DeliveryRule(Int32, IEnumerable<DeliveryRuleAction>)

初始化 DeliveryRule 的新实例。

属性

Actions

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

Conditions

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

Name

规则名称。

Order

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

适用于