Share via


EffectiveRouteState Struct

Definition

The value of effective route.

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

Constructors

EffectiveRouteState(String)

Initializes a new instance of EffectiveRouteState.

Properties

Active

Active.

Invalid

Invalid.

Methods

Equals(EffectiveRouteState)

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

Determines if two EffectiveRouteState values are the same.

Implicit(String to EffectiveRouteState)

Converts a string to a EffectiveRouteState.

Inequality(EffectiveRouteState, EffectiveRouteState)

Determines if two EffectiveRouteState values are not the same.

Applies to