ExpressRouteFailoverLinkType 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 link on which the failover test is being performed.
public readonly struct ExpressRouteFailoverLinkType : IEquatable<Azure.ResourceManager.Network.Models.ExpressRouteFailoverLinkType>
type ExpressRouteFailoverLinkType = struct
Public Structure ExpressRouteFailoverLinkType
Implements IEquatable(Of ExpressRouteFailoverLinkType)
- Inheritance
-
ExpressRouteFailoverLinkType
- Implements
Constructors
| Name | Description |
|---|---|
| ExpressRouteFailoverLinkType(String) |
Initializes a new instance of ExpressRouteFailoverLinkType. |
Properties
| Name | Description |
|---|---|
| Primary |
Primary link. |
| Secondary |
Secondary link. |
Methods
| Name | Description |
|---|---|
| Equals(ExpressRouteFailoverLinkType) |
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(ExpressRouteFailoverLinkType, ExpressRouteFailoverLinkType) |
Determines if two ExpressRouteFailoverLinkType values are the same. |
| Implicit(String to ExpressRouteFailoverLinkType) |
Converts a string to a ExpressRouteFailoverLinkType. |
| Implicit(String to Nullable<ExpressRouteFailoverLinkType>) | |
| Inequality(ExpressRouteFailoverLinkType, ExpressRouteFailoverLinkType) |
Determines if two ExpressRouteFailoverLinkType values are not the same. |