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
VirtualNetworkPeeringLevel(String) |
Initializes a new instance of VirtualNetworkPeeringLevel. |
Properties
FullyInSync |
FullyInSync. |
LocalAndRemoteNotInSync |
LocalAndRemoteNotInSync. |
LocalNotInSync |
LocalNotInSync. |
RemoteNotInSync |
RemoteNotInSync. |
Methods
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
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. |
Applies to
Azure SDK for .NET