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 = 1The connection state is approved.
Disconnected = 4The connection state is disconnected.
Pending = 2The connection state is pending.
Rejected = 3The connection state is rejected.
Unknown = 0The connection state is unknown.