Share via


RulesEngineMatchCondition Class

Definition

Define a match condition.

public class RulesEngineMatchCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchCondition>
public class RulesEngineMatchCondition
type RulesEngineMatchCondition = class
    interface IJsonModel<RulesEngineMatchCondition>
    interface IPersistableModel<RulesEngineMatchCondition>
type RulesEngineMatchCondition = class
Public Class RulesEngineMatchCondition
Implements IJsonModel(Of RulesEngineMatchCondition), IPersistableModel(Of RulesEngineMatchCondition)
Public Class RulesEngineMatchCondition
Inheritance
RulesEngineMatchCondition
Implements

Constructors

RulesEngineMatchCondition(RulesEngineMatchVariable, RulesEngineOperator, IEnumerable<String>)

Initializes a new instance of RulesEngineMatchCondition.

Properties

IsNegateCondition

Describes if this is negate condition or not.

RulesEngineMatchValue

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.

RulesEngineMatchVariable

Match Variable.

RulesEngineOperator

Describes operator to apply to the match condition.

Selector

Name of selector in RequestHeader or RequestBody to be matched.

Transforms

List of transforms.

Explicit Interface Implementations

IJsonModel<RulesEngineMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RulesEngineMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RulesEngineMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RulesEngineMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RulesEngineMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to