VirtualEnclaveTransitHubState Struct

Definition

Specifies the state of the transitHub.

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

Constructors

Name Description
VirtualEnclaveTransitHubState(String)

Initializes a new instance of VirtualEnclaveTransitHubState.

Properties

Name Description
Active

TransitHubState Type Active.

Approved

TransitHubState Type Approved.

Failed

TransitHubState Type Failed.

PendingApproval

TransitHubState Type PendingApproval.

PendingUpdate

TransitHubState Type PendingUpdate.

Methods

Name Description
Equals(VirtualEnclaveTransitHubState)

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

Determines if two VirtualEnclaveTransitHubState values are the same.

Implicit(String to Nullable<VirtualEnclaveTransitHubState>)
Implicit(String to VirtualEnclaveTransitHubState)

Converts a string to a VirtualEnclaveTransitHubState.

Inequality(VirtualEnclaveTransitHubState, VirtualEnclaveTransitHubState)

Determines if two VirtualEnclaveTransitHubState values are not the same.

Applies to