ExpressRouteFailoverLinkType Struct

Definition

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.

Applies to