EffectiveRouteState 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 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
Azure SDK for .NET