Udostępnij przez


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

Name Description
RoutingState(String)

Initializes a new instance of RoutingState.

Properties

Name Description
Failed

Failed.

None

None.

Provisioned

Provisioned.

Provisioning

Provisioning.

Methods

Name Description
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

Name Description
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