UriFileNameMatchCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |