Share via


TransitHubState Struct

Definition

Specifies the state of the transitHub.

public readonly struct TransitHubState : IEquatable<Azure.ResourceManager.VirtualEnclaves.Models.TransitHubState>
type TransitHubState = struct
Public Structure TransitHubState
Implements IEquatable(Of TransitHubState)
Inheritance
TransitHubState
Implements

Constructors

TransitHubState(String)

Initializes a new instance of TransitHubState.

Properties

Active

TransitHubState Type Active.

Approved

TransitHubState Type Approved.

Failed

TransitHubState Type Failed.

PendingApproval

TransitHubState Type PendingApproval.

PendingUpdate

TransitHubState Type PendingUpdate.

Methods

Equals(TransitHubState)

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(TransitHubState, TransitHubState)

Determines if two TransitHubState values are the same.

Implicit(String to TransitHubState)

Converts a String to a TransitHubState.

Inequality(TransitHubState, TransitHubState)

Determines if two TransitHubState values are not the same.

Applies to