Uses of Class
com.microsoft.azure.management.network.ExpressRouteCircuitPeeringState
Packages that use ExpressRouteCircuitPeeringState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ExpressRouteCircuitPeeringState in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ExpressRouteCircuitPeeringStateModifier and TypeFieldDescriptionstatic final ExpressRouteCircuitPeeringState
ExpressRouteCircuitPeeringState.DISABLED
Static value Disabled for ExpressRouteCircuitPeeringState.static final ExpressRouteCircuitPeeringState
ExpressRouteCircuitPeeringState.ENABLED
Static value Enabled for ExpressRouteCircuitPeeringState.Methods in com.microsoft.azure.management.network that return ExpressRouteCircuitPeeringStateModifier and TypeMethodDescriptionExpressRouteCircuitPeeringState.fromString
(String name) Creates or finds a ExpressRouteCircuitPeeringState from its string representation.Ipv6ExpressRouteCircuitPeeringConfig.state()
Get the state of peering.Methods in com.microsoft.azure.management.network that return types with arguments of type ExpressRouteCircuitPeeringStateMethods in com.microsoft.azure.management.network with parameters of type ExpressRouteCircuitPeeringStateModifier and TypeMethodDescriptionIpv6ExpressRouteCircuitPeeringConfig.withState
(ExpressRouteCircuitPeeringState state) Set the state of peering.