你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MatchCondition 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 MatchCondition
type MatchCondition = class
Public Class MatchCondition
- Inheritance
-
MatchCondition
Constructors
MatchCondition() |
Initializes a new instance of the MatchCondition class. |
MatchCondition(String, String, IList<String>, String, Nullable<Boolean>, IList<String>) |
Initializes a new instance of the MatchCondition class. |
Properties
MatchValue |
Gets or sets list of possible match values. |
MatchVariable |
Gets or sets request variable to compare with. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeader', 'RequestBody', 'Cookies', 'SocketAddr' |
NegateCondition |
Gets or sets describes if the result of this condition should be negated. |
OperatorProperty |
Gets or sets comparison type to use for matching with the variable value. Possible values include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'RegEx' |
Selector |
Gets or sets match against a specific key from the QueryString, PostArgs, RequestHeader or Cookies variables. Default is null. |
Transforms |
Gets or sets list of transforms. |
Methods
Validate() |
Validate the object. |
Extension Methods
ToPSMatchCondition(MatchCondition) |