VirtualNetworkPeeringLevel 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.
The peering sync status of the virtual network peering.
public enum VirtualNetworkPeeringLevel
type VirtualNetworkPeeringLevel =
Public Enum VirtualNetworkPeeringLevel
- Inheritance
-
VirtualNetworkPeeringLevel
Fields
| Name | Value | Description |
|---|---|---|
| FullyInSync | 0 | FullyInSync. |
| RemoteNotInSync | 1 | RemoteNotInSync. |
| LocalNotInSync | 2 | LocalNotInSync. |
| LocalAndRemoteNotInSync | 3 | LocalAndRemoteNotInSync. |