你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomRule 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 CustomRule 的新实例。
public CustomRule (string name, int priority, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CustomRuleMatchCondition> matchConditions, Azure.ResourceManager.Cdn.Models.OverrideActionType action);
new Azure.ResourceManager.Cdn.Models.CustomRule : string * int * seq<Azure.ResourceManager.Cdn.Models.CustomRuleMatchCondition> * Azure.ResourceManager.Cdn.Models.OverrideActionType -> Azure.ResourceManager.Cdn.Models.CustomRule
Public Sub New (name As String, priority As Integer, matchConditions As IEnumerable(Of CustomRuleMatchCondition), action As OverrideActionType)
参数
- name
- String
定义自定义规则的名称。
- priority
- Int32
定义在自定义规则总体列表中此规则的计算顺序。
- matchConditions
- IEnumerable<CustomRuleMatchCondition>
匹配条件列表。
- action
- OverrideActionType
描述规则匹配时要应用的操作。
例外
name
或 matchConditions
为 null。