ApplicationGatewayWafRuleSensitivityType 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 sensitivity.
public readonly struct ApplicationGatewayWafRuleSensitivityType : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleSensitivityType>
type ApplicationGatewayWafRuleSensitivityType = struct
Public Structure ApplicationGatewayWafRuleSensitivityType
Implements IEquatable(Of ApplicationGatewayWafRuleSensitivityType)
- Inheritance
-
ApplicationGatewayWafRuleSensitivityType
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayWafRuleSensitivityType(String) |
Initializes a new instance of ApplicationGatewayWafRuleSensitivityType. |
Properties
| Name | Description |
|---|---|
| High |
High. |
| Low |
Low. |
| Medium |
Medium. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| Equals(ApplicationGatewayWafRuleSensitivityType) |
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(ApplicationGatewayWafRuleSensitivityType, ApplicationGatewayWafRuleSensitivityType) |
Determines if two ApplicationGatewayWafRuleSensitivityType values are the same. |
| Implicit(String to ApplicationGatewayWafRuleSensitivityType) |
Converts a String to a ApplicationGatewayWafRuleSensitivityType. |
| Inequality(ApplicationGatewayWafRuleSensitivityType, ApplicationGatewayWafRuleSensitivityType) |
Determines if two ApplicationGatewayWafRuleSensitivityType values are not the same. |