你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMatchCondition Interface

Definition

[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