Uses of Class
com.microsoft.azure.management.network.ExpressRoutePeeringState
-
Packages that use ExpressRoutePeeringState Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ExpressRoutePeeringState in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ExpressRoutePeeringState Modifier and Type Field Description static ExpressRoutePeeringStateExpressRoutePeeringState. DISABLEDStatic value Disabled for ExpressRoutePeeringState.static ExpressRoutePeeringStateExpressRoutePeeringState. ENABLEDStatic value Enabled for ExpressRoutePeeringState.Methods in com.microsoft.azure.management.network that return ExpressRoutePeeringState Modifier and Type Method Description static ExpressRoutePeeringStateExpressRoutePeeringState. fromString(String name)Creates or finds a ExpressRoutePeeringState from its string representation.ExpressRoutePeeringStateExpressRouteCircuitPeering. state()Gets the state of peering.ExpressRoutePeeringStateExpressRouteCrossConnectionPeering. state()Methods in com.microsoft.azure.management.network that return types with arguments of type ExpressRoutePeeringState Modifier and Type Method Description static Collection<ExpressRoutePeeringState>ExpressRoutePeeringState. values()Methods in com.microsoft.azure.management.network with parameters of type ExpressRoutePeeringState Modifier and Type Method Description ExpressRouteCrossConnectionPeering.DefinitionStages.WithCreateExpressRouteCrossConnectionPeering.DefinitionStages.WithState. withState(ExpressRoutePeeringState state)Specifies the peering state.ExpressRouteCrossConnectionPeering.UpdateExpressRouteCrossConnectionPeering.UpdateStages.WithState. withState(ExpressRoutePeeringState state)Specifies the peering state.
-