WebApplicationFirewallOperator 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.
The operator to be matched.
public readonly struct WebApplicationFirewallOperator : IEquatable<Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator>
type WebApplicationFirewallOperator = struct
Public Structure WebApplicationFirewallOperator
Implements IEquatable(Of WebApplicationFirewallOperator)
- Inheritance
-
WebApplicationFirewallOperator
- Implements
Constructors
| Name | Description |
|---|---|
| WebApplicationFirewallOperator(String) |
Initializes a new instance of WebApplicationFirewallOperator. |
Properties
| Name | Description |
|---|---|
| Any |
Any. |
| BeginsWith |
BeginsWith. |
| Contains |
Contains. |
| EndsWith |
EndsWith. |
| Equal |
Equal. |
| GeoMatch |
GeoMatch. |
| GreaterThan |
GreaterThan. |
| GreaterThanOrEqual |
GreaterThanOrEqual. |
| IPMatch |
IPMatch. |
| LessThan |
LessThan. |
| LessThanOrEqual |
LessThanOrEqual. |
| Regex |
Regex. |
Methods
| Name | Description |
|---|---|
| Equals(WebApplicationFirewallOperator) |
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(WebApplicationFirewallOperator, WebApplicationFirewallOperator) |
Determines if two WebApplicationFirewallOperator values are the same. |
| Implicit(String to WebApplicationFirewallOperator) |
Converts a String to a WebApplicationFirewallOperator. |
| Inequality(WebApplicationFirewallOperator, WebApplicationFirewallOperator) |
Determines if two WebApplicationFirewallOperator values are not the same. |