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