Share via


RoutingState Struct

Definition

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