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

RemoteAddressMatchCondition 类

定义

定义 RemoteAddress 匹配条件的参数。

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

构造函数

RemoteAddressMatchCondition(RemoteAddressMatchConditionType, RemoteAddressOperator)

初始化 RemoteAddressMatchCondition 的新实例。

属性

ConditionType

获取或设置条件类型。

MatchValues

匹配要匹配的值。 运算符将应用于此处包含 OR 语义的每个值。 如果其中任何一个匹配变量与给定运算符匹配,则此匹配条件被视为匹配。

NegateCondition

描述这是否为否定条件。

RemoteAddressOperator

描述要匹配的运算符。

Transforms

转换列表。

适用于