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
WebApplicationFirewallOperator(String) |
Initializes a new instance of WebApplicationFirewallOperator. |
Properties
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
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
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. |
Applies to
Azure SDK for .NET