Uses of Class
com.microsoft.azure.management.network.ExpressRouteCircuitPeeringState
-
Packages that use ExpressRouteCircuitPeeringState Package Description com.microsoft.azure.management.network 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 ExpressRouteCircuitPeeringState Modifier and Type Field Description static ExpressRouteCircuitPeeringStateExpressRouteCircuitPeeringState. DISABLEDStatic value Disabled for ExpressRouteCircuitPeeringState.static ExpressRouteCircuitPeeringStateExpressRouteCircuitPeeringState. ENABLEDStatic value Enabled for ExpressRouteCircuitPeeringState.Methods in com.microsoft.azure.management.network that return ExpressRouteCircuitPeeringState Modifier and Type Method Description static ExpressRouteCircuitPeeringStateExpressRouteCircuitPeeringState. fromString(String name)Creates or finds a ExpressRouteCircuitPeeringState from its string representation.ExpressRouteCircuitPeeringStateIpv6ExpressRouteCircuitPeeringConfig. state()Get the state value.Methods in com.microsoft.azure.management.network that return types with arguments of type ExpressRouteCircuitPeeringState Modifier and Type Method Description static Collection<ExpressRouteCircuitPeeringState>ExpressRouteCircuitPeeringState. values()Methods in com.microsoft.azure.management.network with parameters of type ExpressRouteCircuitPeeringState Modifier and Type Method Description Ipv6ExpressRouteCircuitPeeringConfigIpv6ExpressRouteCircuitPeeringConfig. withState(ExpressRouteCircuitPeeringState state)Set the state value.
-