WebApplicationFirewallMatchVariable 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 WebApplicationFirewallMatchVariable : IEquatable<Azure.ResourceManager.Network.Models.WebApplicationFirewallMatchVariable>
type WebApplicationFirewallMatchVariable = struct
Public Structure WebApplicationFirewallMatchVariable
Implements IEquatable(Of WebApplicationFirewallMatchVariable)
- Inheritance
-
WebApplicationFirewallMatchVariable
- Implements
Constructors
WebApplicationFirewallMatchVariable(String) |
Initializes a new instance of WebApplicationFirewallMatchVariable. |
Properties
PostArgs |
PostArgs. |
QueryString |
QueryString. |
RemoteAddr |
RemoteAddr. |
RequestBody |
RequestBody. |
RequestCookies |
RequestCookies. |
RequestHeaders |
RequestHeaders. |
RequestMethod |
RequestMethod. |
RequestUri |
RequestUri. |
Methods
Equals(WebApplicationFirewallMatchVariable) |
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
Equality(WebApplicationFirewallMatchVariable, WebApplicationFirewallMatchVariable) |
Determines if two WebApplicationFirewallMatchVariable values are the same. |
Implicit(String to WebApplicationFirewallMatchVariable) |
Converts a string to a WebApplicationFirewallMatchVariable. |
Inequality(WebApplicationFirewallMatchVariable, WebApplicationFirewallMatchVariable) |
Determines if two WebApplicationFirewallMatchVariable values are not the same. |
Applies to
Azure SDK for .NET