PrefixValidationState 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.
The prefix validation state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PrefixValidationStateTypeConverter))]
public struct PrefixValidationState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PrefixValidationState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PrefixValidationStateTypeConverter))>]
type PrefixValidationState = struct
interface IArgumentCompleter
Public Structure PrefixValidationState
Implements IArgumentCompleter, IEquatable(Of PrefixValidationState)
- Inheritance
-
PrefixValidationState
- Attributes
- Implements
Fields
Failed | |
Invalid | |
None | |
Pending | |
Unknown | |
Verified | |
Warning |
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 PrefixValidationState (override for Object) |
Equals(PrefixValidationState) |
Compares values of enum type PrefixValidationState |
GetHashCode() |
Returns hashCode for enum PrefixValidationState |
ToString() |
Returns string representation for PrefixValidationState |
Operators
Equality(PrefixValidationState, PrefixValidationState) |
Overriding == operator for enum PrefixValidationState |
Implicit(PrefixValidationState to String) |
Implicit operator to convert PrefixValidationState to string |
Implicit(String to PrefixValidationState) |
Implicit operator to convert string to PrefixValidationState |
Inequality(PrefixValidationState, PrefixValidationState) |
Overriding != operator for enum PrefixValidationState |