QueryStringMatchCondition Class

Definition

Defines the parameters for QueryString match conditions.

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

Constructors

QueryStringMatchCondition(QueryStringMatchConditionType, QueryStringOperator)

Initializes a new instance of QueryStringMatchCondition.

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.

QueryStringOperator

Describes operator to be matched.

Transforms

List of transforms.

Explicit Interface Implementations

IJsonModel<QueryStringMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QueryStringMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QueryStringMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QueryStringMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QueryStringMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to