Share via


UriPathMatchCondition Class

Definition

Defines the parameters for UrlPath match conditions Serialized Name: UrlPathMatchConditionParameters

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

Constructors

UriPathMatchCondition(UriPathOperator)

Initializes a new instance of UriPathMatchCondition.

Properties

MatchValues

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

NegateCondition

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

Transforms

List of transforms Serialized Name: UrlPathMatchConditionParameters.transforms

UriPathOperator

Describes operator to be matched Serialized Name: UrlPathMatchConditionParameters.operator

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<UriPathMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UriPathMatchCondition>.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<UriPathMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UriPathMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UriPathMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to