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