VNetState Enum

Definition

Possible values for virtual network state.

public enum VNetState
type VNetState = 
Public Enum VNetState
Inheritance
VNetState

Fields

Connecting 2

Virtual network is attempting to connect to the VPN device. In this state the network can be modified

ConnectionError 6

Error in connecting the virtual network

CreationError 7

Error in creatting the virtual network

Deleted 5

Virtual network has been deleted

Deleting 4

Virtual network is being deleted. In this state the network cannot be modified

None 0

Unsupported state.

Provisioning 1

Virtual network is being provisioned and cannot be modified at this time

Ready 3

Virtual network is connected to the VPN device and operating normally. In this state the network can be modified

Unknown 8

The operation result is unknown

Applies to