WebApplicationFirewallRuleType 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 rule type.
public readonly struct WebApplicationFirewallRuleType : IEquatable<Azure.ResourceManager.Network.Models.WebApplicationFirewallRuleType>
type WebApplicationFirewallRuleType = struct
Public Structure WebApplicationFirewallRuleType
Implements IEquatable(Of WebApplicationFirewallRuleType)
- Inheritance
-
WebApplicationFirewallRuleType
- Implements
Constructors
WebApplicationFirewallRuleType(String) |
Initializes a new instance of WebApplicationFirewallRuleType. |
Properties
Invalid |
Invalid. |
MatchRule |
MatchRule. |
RateLimitRule |
RateLimitRule. |
Methods
Equals(WebApplicationFirewallRuleType) |
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(WebApplicationFirewallRuleType, WebApplicationFirewallRuleType) |
Determines if two WebApplicationFirewallRuleType values are the same. |
Implicit(String to WebApplicationFirewallRuleType) |
Converts a string to a WebApplicationFirewallRuleType. |
Inequality(WebApplicationFirewallRuleType, WebApplicationFirewallRuleType) |
Determines if two WebApplicationFirewallRuleType values are not the same. |
Applies to
Azure SDK for .NET