HubBgpConnectionStatus 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 current state of the VirtualHub to Peer.
public readonly struct HubBgpConnectionStatus : IEquatable<Azure.ResourceManager.Network.Models.HubBgpConnectionStatus>
type HubBgpConnectionStatus = struct
Public Structure HubBgpConnectionStatus
Implements IEquatable(Of HubBgpConnectionStatus)
- Inheritance
-
HubBgpConnectionStatus
- Implements
Constructors
HubBgpConnectionStatus(String) |
Initializes a new instance of HubBgpConnectionStatus. |
Properties
Connected |
Connected. |
Connecting |
Connecting. |
NotConnected |
NotConnected. |
Unknown |
Unknown. |
Methods
Equals(HubBgpConnectionStatus) |
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(HubBgpConnectionStatus, HubBgpConnectionStatus) |
Determines if two HubBgpConnectionStatus values are the same. |
Implicit(String to HubBgpConnectionStatus) |
Converts a string to a HubBgpConnectionStatus. |
Inequality(HubBgpConnectionStatus, HubBgpConnectionStatus) |
Determines if two HubBgpConnectionStatus values are not the same. |
Applies to
Azure SDK for .NET