ExpressRouteLinkFailoverBgpStatus 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 BGP status of an ExpressRoute link failover.
public readonly struct ExpressRouteLinkFailoverBgpStatus : IEquatable<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverBgpStatus>
type ExpressRouteLinkFailoverBgpStatus = struct
Public Structure ExpressRouteLinkFailoverBgpStatus
Implements IEquatable(Of ExpressRouteLinkFailoverBgpStatus)
- Inheritance
-
ExpressRouteLinkFailoverBgpStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ExpressRouteLinkFailoverBgpStatus(String) |
Initializes a new instance of ExpressRouteLinkFailoverBgpStatus. |
Properties
| Name | Description |
|---|---|
| Connected |
Connected status. |
| Disconnected |
Disconnected status. |
| Undefined |
Undefined status. |
Methods
| Name | Description |
|---|---|
| Equals(ExpressRouteLinkFailoverBgpStatus) |
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(ExpressRouteLinkFailoverBgpStatus, ExpressRouteLinkFailoverBgpStatus) |
Determines if two ExpressRouteLinkFailoverBgpStatus values are the same. |
| Implicit(String to ExpressRouteLinkFailoverBgpStatus) |
Converts a string to a ExpressRouteLinkFailoverBgpStatus. |
| Implicit(String to Nullable<ExpressRouteLinkFailoverBgpStatus>) | |
| Inequality(ExpressRouteLinkFailoverBgpStatus, ExpressRouteLinkFailoverBgpStatus) |
Determines if two ExpressRouteLinkFailoverBgpStatus values are not the same. |