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 Serialized Name: PostArgsMatchConditionParameters
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>
public class PostArgsMatchCondition
type PostArgsMatchCondition = class
inherit DeliveryRuleConditionProperties
interface IJsonModel<PostArgsMatchCondition>
interface IPersistableModel<PostArgsMatchCondition>
type PostArgsMatchCondition = class
Public Class PostArgsMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of PostArgsMatchCondition), IPersistableModel(Of PostArgsMatchCondition)
Public Class PostArgsMatchCondition
- Inheritance
- Inheritance
-
PostArgsMatchCondition
- Implements
Constructors
PostArgsMatchCondition(PostArgsOperator) |
Initializes a new instance of PostArgsMatchCondition. |
Properties
MatchValues |
The match value for the condition of the delivery rule Serialized Name: PostArgsMatchConditionParameters.matchValues |
NegateCondition |
Describes if this is negate condition or not Serialized Name: PostArgsMatchConditionParameters.negateCondition |
PostArgsOperator |
Describes operator to be matched Serialized Name: PostArgsMatchConditionParameters.operator |
Selector |
Name of PostArg to be matched Serialized Name: PostArgsMatchConditionParameters.selector |
Transforms |
List of transforms Serialized Name: PostArgsMatchConditionParameters.transforms |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |