RequestUriMatchCondition Class

Definition

Defines the parameters for RequestUri match conditions.

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

Constructors

RequestUriMatchCondition(RequestUriMatchConditionType, RequestUriOperator)

Initializes a new instance of RequestUriMatchCondition.

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.

RequestUriOperator

Describes operator to be matched.

Transforms

List of transforms.

Explicit Interface Implementations

IJsonModel<RequestUriMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RequestUriMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RequestUriMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RequestUriMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RequestUriMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to