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