VirtualNetworkPeeringLevel Struct
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 readonly struct VirtualNetworkPeeringLevel : IEquatable<Azure.ResourceManager.Network.Models.VirtualNetworkPeeringLevel>
type VirtualNetworkPeeringLevel = struct
Public Structure VirtualNetworkPeeringLevel
Implements IEquatable(Of VirtualNetworkPeeringLevel)
- Inheritance
-
VirtualNetworkPeeringLevel
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualNetworkPeeringLevel(String) |
Initializes a new instance of VirtualNetworkPeeringLevel. |
Properties
| Name | Description |
|---|---|
| FullyInSync |
FullyInSync. |
| LocalAndRemoteNotInSync |
LocalAndRemoteNotInSync. |
| LocalNotInSync |
LocalNotInSync. |
| RemoteNotInSync |
RemoteNotInSync. |
Methods
| Name | Description |
|---|---|
| Equals(VirtualNetworkPeeringLevel) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(VirtualNetworkPeeringLevel, VirtualNetworkPeeringLevel) |
Determines if two VirtualNetworkPeeringLevel values are the same. |
| Implicit(String to VirtualNetworkPeeringLevel) |
Converts a String to a VirtualNetworkPeeringLevel. |
| Inequality(VirtualNetworkPeeringLevel, VirtualNetworkPeeringLevel) |
Determines if two VirtualNetworkPeeringLevel values are not the same. |