共用方式為


BgpPeerState Struct

Definition

The BGP peer state.

public readonly struct BgpPeerState : IEquatable<Azure.ResourceManager.Network.Models.BgpPeerState>
type BgpPeerState = struct
Public Structure BgpPeerState
Implements IEquatable(Of BgpPeerState)
Inheritance
BgpPeerState
Implements

Constructors

BgpPeerState(String)

Initializes a new instance of BgpPeerState.

Properties

Connected

Connected.

Connecting

Connecting.

Idle

Idle.

Stopped

Stopped.

Unknown

Unknown.

Methods

Equals(BgpPeerState)

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(BgpPeerState, BgpPeerState)

Determines if two BgpPeerState values are the same.

Implicit(String to BgpPeerState)

Converts a string to a BgpPeerState.

Inequality(BgpPeerState, BgpPeerState)

Determines if two BgpPeerState values are not the same.

Applies to