WafMatchVariable 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 to compare against.
public readonly struct WafMatchVariable : IEquatable<Azure.ResourceManager.Cdn.Models.WafMatchVariable>
type WafMatchVariable = struct
Public Structure WafMatchVariable
Implements IEquatable(Of WafMatchVariable)
- Inheritance
-
WafMatchVariable
- Implements
Constructors
| Name | Description |
|---|---|
| WafMatchVariable(String) |
Initializes a new instance of WafMatchVariable. |
Properties
| Name | Description |
|---|---|
| Cookies |
Cookies. |
| PostArgs |
PostArgs. |
| QueryString |
QueryString. |
| RemoteAddr |
RemoteAddr. |
| RequestBody |
RequestBody. |
| RequestHeader |
RequestHeader. |
| RequestMethod |
RequestMethod. |
| RequestUri |
RequestUri. |
| SocketAddr |
SocketAddr. |
Methods
| Name | Description |
|---|---|
| Equals(WafMatchVariable) |
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(WafMatchVariable, WafMatchVariable) |
Determines if two WafMatchVariable values are the same. |
| Implicit(String to WafMatchVariable) |
Converts a String to a WafMatchVariable. |
| Inequality(WafMatchVariable, WafMatchVariable) |
Determines if two WafMatchVariable values are not the same. |