WafRankingType Struct

Definition

Argument completer implementation for WafRankingType.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafRankingTypeTypeConverter))]
public struct WafRankingType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafRankingType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafRankingTypeTypeConverter))>]
type WafRankingType = struct
    interface IArgumentCompleter
Public Structure WafRankingType
Implements IArgumentCompleter, IEquatable(Of WafRankingType)
Inheritance
WafRankingType
Attributes
Implements

Fields

Action
ClientIP
CountryOrRegion
RuleGroup
RuleId
RuleType
Url
UserAgent

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type WafRankingType (override for Object)

Equals(WafRankingType)

Compares values of enum type WafRankingType

GetHashCode()

Returns hashCode for enum WafRankingType

ToString()

Returns string representation for WafRankingType

Operators

Equality(WafRankingType, WafRankingType)

Overriding == operator for enum WafRankingType

Implicit(String to WafRankingType)

Implicit operator to convert string to WafRankingType

Implicit(WafRankingType to String)

Implicit operator to convert WafRankingType to string

Inequality(WafRankingType, WafRankingType)

Overriding != operator for enum WafRankingType

Applies to