RemoteAddressMatchConditionParameters Class

Definition

Defines the parameters for RemoteAddress match conditions

public class RemoteAddressMatchConditionParameters
type RemoteAddressMatchConditionParameters = class
Public Class RemoteAddressMatchConditionParameters
Inheritance
RemoteAddressMatchConditionParameters

Constructors

RemoteAddressMatchConditionParameters()

Initializes a new instance of the RemoteAddressMatchConditionParameters class.

RemoteAddressMatchConditionParameters(String, Nullable<Boolean>, IList<String>, IList<String>)

Initializes a new instance of the RemoteAddressMatchConditionParameters class.

Properties

MatchValues

Gets or sets match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.

NegateCondition

Gets or sets describes if this is negate condition or not

Odatatype
OperatorProperty

Gets or sets describes operator to be matched. Possible values include: 'Any', 'IPMatch', 'GeoMatch'

Transforms

Gets or sets list of transforms

Methods

Validate()

Validate the object.

Applies to