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
| Name | Description |
|---|---|
| EffectiveRouteState(String) |
Initializes a new instance of EffectiveRouteState. |
Properties
| Name | Description |
|---|---|
| Active |
Active. |
| Invalid |
Invalid. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |