WafMetric Struct

Definition

Argument completer implementation for WafMetric.

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

Fields

ClientRequestCount

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

Equals(WafMetric)

Compares values of enum type WafMetric

GetHashCode()

Returns hashCode for enum WafMetric

ToString()

Returns string representation for WafMetric

Operators

Equality(WafMetric, WafMetric)

Overriding == operator for enum WafMetric

Implicit(String to WafMetric)

Implicit operator to convert string to WafMetric

Implicit(WafMetric to String)

Implicit operator to convert WafMetric to string

Inequality(WafMetric, WafMetric)

Overriding != operator for enum WafMetric

Applies to