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