WafRuleType Struct

Definition

Argument completer implementation for WafRuleType.

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

Fields

Bot
Custom
Managed

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 WafRuleType (override for Object)

Equals(WafRuleType)

Compares values of enum type WafRuleType

GetHashCode()

Returns hashCode for enum WafRuleType

ToString()

Returns string representation for WafRuleType

Operators

Equality(WafRuleType, WafRuleType)

Overriding == operator for enum WafRuleType

Implicit(String to WafRuleType)

Implicit operator to convert string to WafRuleType

Implicit(WafRuleType to String)

Implicit operator to convert WafRuleType to string

Inequality(WafRuleType, WafRuleType)

Overriding != operator for enum WafRuleType

Applies to