WafRankingType Struct

Definition

public readonly struct WafRankingType : IEquatable<Azure.ResourceManager.Cdn.Models.WafRankingType>
type WafRankingType = struct
Public Structure WafRankingType
Implements IEquatable(Of WafRankingType)
Inheritance
WafRankingType
Implements

Constructors

Name Description
WafRankingType(String)

Initializes a new instance of WafRankingType.

Properties

Name Description
Action

Gets the Action.

ClientIP

Gets the ClientIP.

CountryOrRegion

Gets the CountryOrRegion.

RuleGroup

Gets the RuleGroup.

RuleId

Gets the RuleId.

RuleType

Gets the RuleType.

Uri

Gets the Uri.

UserAgent

Gets the UserAgent.

Methods

Name Description
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

Name Description
Equality(WafRankingType, WafRankingType)

Determines if two WafRankingType values are the same.

Implicit(String to Nullable<WafRankingType>)
Implicit(String to WafRankingType)

Converts a string to a WafRankingType.

Inequality(WafRankingType, WafRankingType)

Determines if two WafRankingType values are not the same.

Applies to