Table of Contents

Enum AzureVirtualNetworkPeeringState

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

Represents the state of a virtual network peering.

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

Fields

Connected = 2

The peering state is connected.

Disconnected = 3

The peering state is disconnected.

Initiated = 1

The peering state is initiated.

Unknown = 0

The peering state is unknown.