Table of Contents

Enum AzurePrivateEndpointConnectionState

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Azure private endpoint connection state.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzurePrivateEndpointConnectionState

Fields

Approved = 1

The connection state is approved.

Disconnected = 4

The connection state is disconnected.

Pending = 2

The connection state is pending.

Rejected = 3

The connection state is rejected.

Unknown = 0

The connection state is unknown.