Udostępnij za pośrednictwem


VNetState Enum

Definition

Possible values for virtual network state.

public enum VNetState
type VNetState = 
Public Enum VNetState
Inheritance
VNetState

Fields

Name Value Description
None 0

Unsupported state.

Provisioning 1

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

Connecting 2

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

Ready 3

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

Deleting 4

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

Deleted 5

Virtual network has been deleted

ConnectionError 6

Error in connecting the virtual network

CreationError 7

Error in creatting the virtual network

Unknown 8

The operation result is unknown

Applies to