PeerAsnValidationState Struct

Definition

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

Gets the Approved.

Failed

Gets the Failed.

None

Gets the None.

Pending

Gets the 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 Nullable<PeerAsnValidationState>)
Implicit(String to PeerAsnValidationState)

Converts a string to a PeerAsnValidationState.

Inequality(PeerAsnValidationState, PeerAsnValidationState)

Determines if two PeerAsnValidationState values are not the same.

Applies to