Uses of Class
com.microsoft.azure.management.network.ExpressRoutePeeringState
Packages that use ExpressRoutePeeringState
Package
Description
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 ExpressRoutePeeringStateModifier and TypeFieldDescriptionstatic final ExpressRoutePeeringState
ExpressRoutePeeringState.DISABLED
Static value Disabled for ExpressRoutePeeringState.static final ExpressRoutePeeringState
ExpressRoutePeeringState.ENABLED
Static value Enabled for ExpressRoutePeeringState.Methods in com.microsoft.azure.management.network that return ExpressRoutePeeringStateModifier and TypeMethodDescriptionstatic ExpressRoutePeeringState
ExpressRoutePeeringState.fromString
(String name) Creates or finds a ExpressRoutePeeringState from its string representation.ExpressRouteCircuitPeering.state()
Gets the state of peering.ExpressRouteCrossConnectionPeering.state()
Methods in com.microsoft.azure.management.network that return types with arguments of type ExpressRoutePeeringStateModifier and TypeMethodDescriptionstatic Collection<ExpressRoutePeeringState>
ExpressRoutePeeringState.values()
Methods in com.microsoft.azure.management.network with parameters of type ExpressRoutePeeringStateModifier and TypeMethodDescriptionExpressRouteCrossConnectionPeering.DefinitionStages.WithState.withState
(ExpressRoutePeeringState state) Specifies the peering state.ExpressRouteCrossConnectionPeering.UpdateStages.WithState.withState
(ExpressRoutePeeringState state) Specifies the peering state.