Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkPeeringState
Packages that use VirtualNetworkPeeringState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkPeeringState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkPeeringStateModifier and TypeMethodDescriptionVirtualNetworkPeeringInner.peeringState()Get the peeringState property: The status of the virtual network peering.VirtualNetworkPeeringPropertiesFormat.peeringState()Get the peeringState property: The status of the virtual network peering.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkPeeringStateModifier and TypeMethodDescriptionVirtualNetworkPeeringInner.withPeeringState(VirtualNetworkPeeringState peeringState) Set the peeringState property: The status of the virtual network peering.VirtualNetworkPeeringPropertiesFormat.withPeeringState(VirtualNetworkPeeringState peeringState) Set the peeringState property: The status of the virtual network peering. -
Uses of VirtualNetworkPeeringState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VirtualNetworkPeeringStateModifier and TypeFieldDescriptionstatic final VirtualNetworkPeeringStateVirtualNetworkPeeringState.CONNECTEDStatic value Connected for VirtualNetworkPeeringState.static final VirtualNetworkPeeringStateVirtualNetworkPeeringState.DISCONNECTEDStatic value Disconnected for VirtualNetworkPeeringState.static final VirtualNetworkPeeringStateVirtualNetworkPeeringState.INITIATEDStatic value Initiated for VirtualNetworkPeeringState.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkPeeringStateModifier and TypeMethodDescriptionstatic VirtualNetworkPeeringStateVirtualNetworkPeeringState.fromString(String name) Creates or finds a VirtualNetworkPeeringState from its string representation.NetworkPeering.state()Gets the state of the peering between the two networks.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualNetworkPeeringStateModifier and TypeMethodDescriptionstatic Collection<VirtualNetworkPeeringState> VirtualNetworkPeeringState.values()Gets known VirtualNetworkPeeringState values.