WafMetricsSeriesUnit 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.
Argument completer implementation for WafMetricsSeriesUnit.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetricsSeriesUnitTypeConverter))]
public struct WafMetricsSeriesUnit : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetricsSeriesUnit>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetricsSeriesUnitTypeConverter))>]
type WafMetricsSeriesUnit = struct
interface IArgumentCompleter
Public Structure WafMetricsSeriesUnit
Implements IArgumentCompleter, IEquatable(Of WafMetricsSeriesUnit)
- Inheritance
-
WafMetricsSeriesUnit
- Attributes
- Implements
Fields
Count |
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 WafMetricsSeriesUnit (override for Object) |
Equals(WafMetricsSeriesUnit) |
Compares values of enum type WafMetricsSeriesUnit |
GetHashCode() |
Returns hashCode for enum WafMetricsSeriesUnit |
ToString() |
Returns string representation for WafMetricsSeriesUnit |
Operators
Equality(WafMetricsSeriesUnit, WafMetricsSeriesUnit) |
Overriding == operator for enum WafMetricsSeriesUnit |
Implicit(String to WafMetricsSeriesUnit) |
Implicit operator to convert string to WafMetricsSeriesUnit |
Implicit(WafMetricsSeriesUnit to String) |
Implicit operator to convert WafMetricsSeriesUnit to string |
Inequality(WafMetricsSeriesUnit, WafMetricsSeriesUnit) |
Overriding != operator for enum WafMetricsSeriesUnit |