MatchVariable 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 match variables.
public class MatchVariable
type MatchVariable = class
Public Class MatchVariable
- Inheritance
-
MatchVariable
Constructors
MatchVariable() |
Initializes a new instance of the MatchVariable class. |
MatchVariable(String, String) |
Initializes a new instance of the MatchVariable class. |
Properties
Selector |
Gets or sets the selector of match variable. |
VariableName |
Gets or sets match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET