PeerAsnValidationState 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.
public readonly struct PeerAsnValidationState : IEquatable<Azure.ResourceManager.Peering.Models.PeerAsnValidationState>
type PeerAsnValidationState = struct
Public Structure PeerAsnValidationState
Implements IEquatable(Of PeerAsnValidationState)
- Inheritance
-
PeerAsnValidationState
- Implements
Constructors
PeerAsnValidationState(String) |
Initializes a new instance of PeerAsnValidationState. |
Properties
Approved |
Approved. |
Failed |
Failed. |
None |
None. |
Pending |
Pending. |
Methods
Equals(PeerAsnValidationState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PeerAsnValidationState, PeerAsnValidationState) |
Determines if two PeerAsnValidationState values are the same. |
Implicit(String to PeerAsnValidationState) |
Converts a string to a PeerAsnValidationState. |
Inequality(PeerAsnValidationState, PeerAsnValidationState) |
Determines if two PeerAsnValidationState values are not the same. |
Applies to
Azure SDK for .NET