MatchConditionFrontDoor 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.
Define a match condition.
public class MatchConditionFrontDoor : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.MatchConditionFrontDoor>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.MatchConditionFrontDoor>
type MatchConditionFrontDoor = class
interface IJsonModel<MatchConditionFrontDoor>
interface IPersistableModel<MatchConditionFrontDoor>
Public Class MatchConditionFrontDoor
Implements IJsonModel(Of MatchConditionFrontDoor), IPersistableModel(Of MatchConditionFrontDoor)
- Inheritance
-
MatchConditionFrontDoor
- Implements
Constructors
| Name | Description |
|---|---|
| MatchConditionFrontDoor(DeliveryRuleMatchVariable, MatchOperator, IEnumerable<String>) |
Initializes a new instance of MatchConditionFrontDoor. |
Properties
| Name | Description |
|---|---|
| MatchOperator |
Comparison type to use for matching with the variable value. |
| MatchValue |
List of possible match values. |
| MatchVariable |
Request variable to compare with. |
| NegateCondition |
Describes if the result of this condition should be negated. |
| Selector |
Match against a specific key from the QueryString, PostArgs, RequestHeader or Cookies variables. Default is null. |
| Transforms |
List of transforms. |