Share via


RequestBodyMatchCondition Class

Definition

Defines the parameters for RequestBody match conditions Serialized Name: RequestBodyMatchConditionParameters

public class RequestBodyMatchCondition : Azure.ResourceManager.Cdn.Models.DeliveryRuleConditionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.RequestBodyMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.RequestBodyMatchCondition>
public class RequestBodyMatchCondition
type RequestBodyMatchCondition = class
    inherit DeliveryRuleConditionProperties
    interface IJsonModel<RequestBodyMatchCondition>
    interface IPersistableModel<RequestBodyMatchCondition>
type RequestBodyMatchCondition = class
Public Class RequestBodyMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of RequestBodyMatchCondition), IPersistableModel(Of RequestBodyMatchCondition)
Public Class RequestBodyMatchCondition
Inheritance
RequestBodyMatchCondition
Inheritance
RequestBodyMatchCondition
Implements

Constructors

RequestBodyMatchCondition(RequestBodyOperator)

Initializes a new instance of RequestBodyMatchCondition.

Properties

MatchValues

The match value for the condition of the delivery rule Serialized Name: RequestBodyMatchConditionParameters.matchValues

NegateCondition

Describes if this is negate condition or not Serialized Name: RequestBodyMatchConditionParameters.negateCondition

RequestBodyOperator

Describes operator to be matched Serialized Name: RequestBodyMatchConditionParameters.operator

Transforms

List of transforms Serialized Name: RequestBodyMatchConditionParameters.transforms

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeliveryRuleConditionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DeliveryRuleConditionProperties)
IJsonModel<DeliveryRuleConditionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeliveryRuleConditionProperties)
IJsonModel<RequestBodyMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RequestBodyMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryRuleConditionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DeliveryRuleConditionProperties)
IPersistableModel<DeliveryRuleConditionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DeliveryRuleConditionProperties)
IPersistableModel<DeliveryRuleConditionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DeliveryRuleConditionProperties)
IPersistableModel<RequestBodyMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RequestBodyMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RequestBodyMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to