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.
Compatibility declaration for the ApplicationGatewayWafRuleSensitivityType type.
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 |
Invokes the ApplicationGatewayWafRuleSensitivityType compatibility operation. |
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. |
| Implicit(String to Nullable<ApplicationGatewayWafRuleSensitivityType>) | |
| Inequality(ApplicationGatewayWafRuleSensitivityType, ApplicationGatewayWafRuleSensitivityType) |
Determines if two ApplicationGatewayWafRuleSensitivityType values are not the same. |