RequestUriMatchCondition 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 RequestUri match conditions Serialized Name: RequestUriMatchConditionParameters
public class RequestUriMatchCondition : Azure.ResourceManager.Cdn.Models.DeliveryRuleConditionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.RequestUriMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.RequestUriMatchCondition>
public class RequestUriMatchCondition
type RequestUriMatchCondition = class
inherit DeliveryRuleConditionProperties
interface IJsonModel<RequestUriMatchCondition>
interface IPersistableModel<RequestUriMatchCondition>
type RequestUriMatchCondition = class
Public Class RequestUriMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of RequestUriMatchCondition), IPersistableModel(Of RequestUriMatchCondition)
Public Class RequestUriMatchCondition
- Inheritance
- Inheritance
-
RequestUriMatchCondition
- Implements
Constructors
RequestUriMatchCondition(RequestUriOperator) |
Initializes a new instance of RequestUriMatchCondition. |
Properties
MatchValues |
The match value for the condition of the delivery rule Serialized Name: RequestUriMatchConditionParameters.matchValues |
NegateCondition |
Describes if this is negate condition or not Serialized Name: RequestUriMatchConditionParameters.negateCondition |
RequestUriOperator |
Describes operator to be matched Serialized Name: RequestUriMatchConditionParameters.operator |
Transforms |
List of transforms Serialized Name: RequestUriMatchConditionParameters.transforms |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |