Uses of Class
com.microsoft.azure.management.network.ExpressRouteCircuitPeeringState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ExpressRouteCircuitPeeringState in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final ExpressRouteCircuitPeeringState
ExpressRouteCircuitPeeringState.DISABLED
Static value Disabled for ExpressRouteCircuitPeeringState.static final ExpressRouteCircuitPeeringState
ExpressRouteCircuitPeeringState.ENABLED
Static value Enabled for ExpressRouteCircuitPeeringState.Modifier and TypeMethodDescriptionExpressRouteCircuitPeeringState.fromString
(String name) Creates or finds a ExpressRouteCircuitPeeringState from its string representation.Ipv6ExpressRouteCircuitPeeringConfig.state()
Get the state of peering.Modifier and TypeMethodDescriptionIpv6ExpressRouteCircuitPeeringConfig.withState
(ExpressRouteCircuitPeeringState state) Set the state of peering.