WafRankingType 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 WafRankingType.
public readonly struct WafRankingType : IEquatable<Azure.ResourceManager.Cdn.Models.WafRankingType>
type WafRankingType = struct
Public Structure WafRankingType
Implements IEquatable(Of WafRankingType)
- Inheritance
-
WafRankingType
- Implements
Constructors
WafRankingType(String) |
Initializes a new instance of WafRankingType. |
Properties
Action |
action. |
ClientIP |
clientIp. |
CountryOrRegion |
countryOrRegion. |
RuleGroup |
ruleGroup. |
RuleId |
ruleId. |
RuleType |
ruleType. |
Uri |
url. |
UserAgent |
userAgent. |
Methods
Equals(WafRankingType) |
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(WafRankingType, WafRankingType) |
Determines if two WafRankingType values are the same. |
Implicit(String to WafRankingType) |
Converts a string to a WafRankingType. |
Inequality(WafRankingType, WafRankingType) |
Determines if two WafRankingType values are not the same. |
Applies to
Azure SDK for .NET