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.
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>
type RequestBodyMatchCondition = class
inherit DeliveryRuleConditionProperties
interface IJsonModel<RequestBodyMatchCondition>
interface IPersistableModel<RequestBodyMatchCondition>
Public Class RequestBodyMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of RequestBodyMatchCondition), IPersistableModel(Of RequestBodyMatchCondition)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| RequestBodyMatchCondition(RequestBodyOperator) |
Initializes a new instance of RequestBodyMatchCondition. |
Properties
| Name | Description |
|---|---|
| MatchValues |
The match value for the condition of the delivery rule. |
| NegateCondition |
Describes if this is negate condition or not. |
| RequestBodyOperator |
Describes operator to be matched. |
| Transforms |
List of transforms. |