UriPathMatchCondition 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 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
- 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) |