ApplicationGatewayWafRuleActionType 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 string representation of the web application firewall rule action.
public readonly struct ApplicationGatewayWafRuleActionType : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType>
type ApplicationGatewayWafRuleActionType = struct
Public Structure ApplicationGatewayWafRuleActionType
Implements IEquatable(Of ApplicationGatewayWafRuleActionType)
- Inheritance
-
ApplicationGatewayWafRuleActionType
- Implements
Constructors
ApplicationGatewayWafRuleActionType(String) |
Initializes a new instance of ApplicationGatewayWafRuleActionType. |
Properties
Allow |
Allow. |
AnomalyScoring |
AnomalyScoring. |
Block |
Block. |
Log |
Log. |
None |
None. |
Methods
Equals(ApplicationGatewayWafRuleActionType) |
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(ApplicationGatewayWafRuleActionType, ApplicationGatewayWafRuleActionType) |
Determines if two ApplicationGatewayWafRuleActionType values are the same. |
Implicit(String to ApplicationGatewayWafRuleActionType) |
Converts a string to a ApplicationGatewayWafRuleActionType. |
Inequality(ApplicationGatewayWafRuleActionType, ApplicationGatewayWafRuleActionType) |
Determines if two ApplicationGatewayWafRuleActionType values are not the same. |