Share via


PostArgsMatchCondition Class

Definition

Defines the parameters for PostArgs match conditions.

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

Constructors

PostArgsMatchCondition(PostArgsMatchConditionType, PostArgsOperator)

Initializes a new instance of PostArgsMatchCondition.

Properties

ConditionType

Gets or sets the condition type.

MatchValues

The match value for the condition of the delivery rule.

NegateCondition

Describes if this is negate condition or not.

PostArgsOperator

Describes operator to be matched.

Selector

Name of PostArg to be matched.

Transforms

List of transforms.

Explicit Interface Implementations

IJsonModel<PostArgsMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostArgsMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostArgsMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostArgsMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostArgsMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to