RulesEngineMatchVariable Struct
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.
Match Variable.
public readonly struct RulesEngineMatchVariable : IEquatable<Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchVariable>
type RulesEngineMatchVariable = struct
Public Structure RulesEngineMatchVariable
Implements IEquatable(Of RulesEngineMatchVariable)
- Inheritance
-
RulesEngineMatchVariable
- Implements
Constructors
| Name | Description |
|---|---|
| RulesEngineMatchVariable(String) |
Initializes a new instance of RulesEngineMatchVariable. |
Properties
| Name | Description |
|---|---|
| IsMobile |
IsMobile. |
| PostArgs |
PostArgs. |
| QueryString |
QueryString. |
| RemoteAddr |
RemoteAddr. |
| RequestBody |
RequestBody. |
| RequestFilename |
RequestFilename. |
| RequestFilenameExtension |
RequestFilenameExtension. |
| RequestHeader |
RequestHeader. |
| RequestMethod |
RequestMethod. |
| RequestPath |
RequestPath. |
| RequestScheme |
RequestScheme. |
| RequestUri |
RequestUri. |
Methods
| Name | Description |
|---|---|
| Equals(RulesEngineMatchVariable) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RulesEngineMatchVariable, RulesEngineMatchVariable) |
Determines if two RulesEngineMatchVariable values are the same. |
| Implicit(String to RulesEngineMatchVariable) |
Converts a String to a RulesEngineMatchVariable. |
| Inequality(RulesEngineMatchVariable, RulesEngineMatchVariable) |
Determines if two RulesEngineMatchVariable values are not the same. |