EnclaveConnectionState Struct

Definition

Specifies the state of the enclave connection.

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

Constructors

Name Description
EnclaveConnectionState(String)

Initializes a new instance of EnclaveConnectionState.

Properties

Name Description
Active

EnclaveConnectionState Type Active.

Approved

EnclaveConnectionState Type Approved.

Connected

EnclaveConnectionState Type Connected.

Disconnected

EnclaveConnectionState Type Disconnected.

Failed

EnclaveConnectionState Type Failed.

PendingApproval

EnclaveConnectionState Type Pending Approval.

PendingUpdate

EnclaveConnectionState Type Pending Update.

Methods

Name Description
Equals(EnclaveConnectionState)

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

Determines if two EnclaveConnectionState values are the same.

Implicit(String to EnclaveConnectionState)

Converts a string to a EnclaveConnectionState.

Implicit(String to Nullable<EnclaveConnectionState>)
Inequality(EnclaveConnectionState, EnclaveConnectionState)

Determines if two EnclaveConnectionState values are not the same.

Applies to