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
| Name | Description |
|---|---|
| PeerAsnValidationState(String) |
Initializes a new instance of PeerAsnValidationState. |
Properties
| Name | Description |
|---|---|
| Approved |
Approved. |
| Failed |
Failed. |
| None |
None. |
| Pending |
Pending. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |