VNetState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET