Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringState
-
Packages that use ExpressRouteCircuitPeeringState Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExpressRouteCircuitPeeringState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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 property: The state of peering.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteCircuitPeeringState Modifier and Type Method Description static Collection<ExpressRouteCircuitPeeringState>ExpressRouteCircuitPeeringState. values()Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteCircuitPeeringState Modifier and Type Method Description Ipv6ExpressRouteCircuitPeeringConfigIpv6ExpressRouteCircuitPeeringConfig. withState(ExpressRouteCircuitPeeringState state)Set the state property: The state of peering.
-