Share via


UriFileNameMatchCondition Class

Definition

Defines the parameters for UrlFilename match conditions Serialized Name: UrlFileNameMatchConditionParameters

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

Constructors

UriFileNameMatchCondition(UriFileNameOperator)

Initializes a new instance of UriFileNameMatchCondition.

Properties

MatchValues

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

NegateCondition

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

Transforms

List of transforms Serialized Name: UrlFileNameMatchConditionParameters.transforms

UriFileNameOperator

Describes operator to be matched Serialized Name: UrlFileNameMatchConditionParameters.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<UriFileNameMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<UriFileNameMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UriFileNameMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to