WafRuleType 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 WafRuleType.
public readonly struct WafRuleType : IEquatable<Azure.ResourceManager.Cdn.Models.WafRuleType>
type WafRuleType = struct
Public Structure WafRuleType
Implements IEquatable(Of WafRuleType)
- Inheritance
-
WafRuleType
- Implements
Constructors
WafRuleType(String) |
Initializes a new instance of WafRuleType. |
Properties
Bot |
bot. |
Custom |
custom. |
Managed |
managed. |
Methods
Equals(WafRuleType) |
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(WafRuleType, WafRuleType) |
Determines if two WafRuleType values are the same. |
Implicit(String to WafRuleType) |
Converts a string to a WafRuleType. |
Inequality(WafRuleType, WafRuleType) |
Determines if two WafRuleType values are not the same. |
Applies to
Azure SDK for .NET