Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IMatchCondition Interface

Definition

Namespace:
Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models
Assembly:
Az.FrontDoor.private.dll

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.MatchConditionTypeConverter))]
public interface IMatchCondition : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.MatchConditionTypeConverter))>]
type IMatchCondition = interface
 interface IJsonSerializable
Public Interface IMatchCondition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
MatchValue

List of possible match values.

MatchVariable

Request variable to compare with.

NegateCondition

Describes if the result of this condition should be negated.

OperatorProperty

Comparison type to use for matching with the variable value.

Selector

Match against a specific key from the QueryString, PostArgs, RequestHeader or Cookies variables. Default is null.

Transform

List of transforms.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to