Partilhar via


CookiesMatchCondition Class

Definition

Defines the parameters for Cookies match conditions.

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

Constructors

Name Description
CookiesMatchCondition(CookiesOperator)

Initializes a new instance of CookiesMatchCondition.

Properties

Name Description
CookiesOperator

Describes operator to be matched.

MatchValues

The match value for the condition of the delivery rule.

NegateCondition

Describes if this is negate condition or not.

Selector

Name of Cookies to be matched.

Transforms

List of transforms.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<CookiesMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CookiesMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<CookiesMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CookiesMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CookiesMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to