RoutingState 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 current routing state of the VirtualHub.
public readonly struct RoutingState : IEquatable<Azure.ResourceManager.Network.Models.RoutingState>
type RoutingState = struct
Public Structure RoutingState
Implements IEquatable(Of RoutingState)
- Inheritance
-
RoutingState
- Implements
Constructors
RoutingState(String) |
Initializes a new instance of RoutingState. |
Properties
Failed |
Failed. |
None |
None. |
Provisioned |
Provisioned. |
Provisioning |
Provisioning. |
Methods
Equals(RoutingState) |
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(RoutingState, RoutingState) |
Determines if two RoutingState values are the same. |
Implicit(String to RoutingState) |
Converts a string to a RoutingState. |
Inequality(RoutingState, RoutingState) |
Determines if two RoutingState values are not the same. |
Applies to
Azure SDK for .NET