Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkPeeringLevel
-
Packages that use VirtualNetworkPeeringLevel Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VirtualNetworkPeeringLevel in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkPeeringLevel Modifier and Type Method Description VirtualNetworkPeeringLevelVirtualNetworkPeeringInner. peeringSyncLevel()Get the peeringSyncLevel property: The peering sync status of the virtual network peering.VirtualNetworkPeeringLevelVirtualNetworkPeeringPropertiesFormat. peeringSyncLevel()Get the peeringSyncLevel property: The peering sync status of the virtual network peering.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkPeeringLevel Modifier and Type Method Description VirtualNetworkPeeringInnerVirtualNetworkPeeringInner. withPeeringSyncLevel(VirtualNetworkPeeringLevel peeringSyncLevel)Set the peeringSyncLevel property: The peering sync status of the virtual network peering.VirtualNetworkPeeringPropertiesFormatVirtualNetworkPeeringPropertiesFormat. withPeeringSyncLevel(VirtualNetworkPeeringLevel peeringSyncLevel)Set the peeringSyncLevel property: The peering sync status of the virtual network peering. -
Uses of VirtualNetworkPeeringLevel in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VirtualNetworkPeeringLevel Modifier and Type Field Description static VirtualNetworkPeeringLevelVirtualNetworkPeeringLevel. FULLY_IN_SYNCStatic value FullyInSync for VirtualNetworkPeeringLevel.static VirtualNetworkPeeringLevelVirtualNetworkPeeringLevel. LOCAL_AND_REMOTE_NOT_IN_SYNCStatic value LocalAndRemoteNotInSync for VirtualNetworkPeeringLevel.static VirtualNetworkPeeringLevelVirtualNetworkPeeringLevel. LOCAL_NOT_IN_SYNCStatic value LocalNotInSync for VirtualNetworkPeeringLevel.static VirtualNetworkPeeringLevelVirtualNetworkPeeringLevel. REMOTE_NOT_IN_SYNCStatic value RemoteNotInSync for VirtualNetworkPeeringLevel.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkPeeringLevel Modifier and Type Method Description static VirtualNetworkPeeringLevelVirtualNetworkPeeringLevel. fromString(String name)Creates or finds a VirtualNetworkPeeringLevel from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualNetworkPeeringLevel Modifier and Type Method Description static Collection<VirtualNetworkPeeringLevel>VirtualNetworkPeeringLevel. values()
-