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