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

RequestMethodMatchCondition 构造函数

定义

初始化 RequestMethodMatchCondition 的新实例。

public RequestMethodMatchCondition (Azure.ResourceManager.Cdn.Models.RequestMethodMatchConditionType conditionType, Azure.ResourceManager.Cdn.Models.RequestMethodOperator requestMethodOperator);
new Azure.ResourceManager.Cdn.Models.RequestMethodMatchCondition : Azure.ResourceManager.Cdn.Models.RequestMethodMatchConditionType * Azure.ResourceManager.Cdn.Models.RequestMethodOperator -> Azure.ResourceManager.Cdn.Models.RequestMethodMatchCondition
Public Sub New (conditionType As RequestMethodMatchConditionType, requestMethodOperator As RequestMethodOperator)

参数

requestMethodOperator
RequestMethodOperator

描述要匹配的运算符。

适用于