Share via


VirtualNetworkPeeringLevel Struct

Definition

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