Uses of Class
com.azure.resourcemanager.network.models.ExpressRoutePeeringState
Packages that use ExpressRoutePeeringState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRoutePeeringState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRoutePeeringStateModifier and TypeMethodDescriptionExpressRouteCircuitPeeringInner.state()Get the state property: The peering state.ExpressRouteCircuitPeeringPropertiesFormatInner.state()Get the state property: The peering state.ExpressRouteCrossConnectionPeeringInner.state()Get the state property: The peering state.ExpressRouteCrossConnectionPeeringProperties.state()Get the state property: The peering state.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRoutePeeringStateModifier and TypeMethodDescriptionExpressRouteCircuitPeeringInner.withState(ExpressRoutePeeringState state) Set the state property: The peering state.ExpressRouteCircuitPeeringPropertiesFormatInner.withState(ExpressRoutePeeringState state) Set the state property: The peering state.ExpressRouteCrossConnectionPeeringInner.withState(ExpressRoutePeeringState state) Set the state property: The peering state.ExpressRouteCrossConnectionPeeringProperties.withState(ExpressRoutePeeringState state) Set the state property: The peering state. -
Uses of ExpressRoutePeeringState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExpressRoutePeeringStateModifier and TypeFieldDescriptionstatic final ExpressRoutePeeringStateExpressRoutePeeringState.DISABLEDStatic value Disabled for ExpressRoutePeeringState.static final ExpressRoutePeeringStateExpressRoutePeeringState.ENABLEDStatic value Enabled for ExpressRoutePeeringState.Methods in com.azure.resourcemanager.network.models that return ExpressRoutePeeringStateModifier and TypeMethodDescriptionstatic ExpressRoutePeeringStateExpressRoutePeeringState.fromString(String name) Creates or finds a ExpressRoutePeeringState from its string representation.ExpressRouteCircuitPeering.state()Gets the state of peering.ExpressRouteCrossConnectionPeering.state()Gets the peering state.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRoutePeeringStateModifier and TypeMethodDescriptionstatic Collection<ExpressRoutePeeringState> ExpressRoutePeeringState.values()Gets known ExpressRoutePeeringState values.Methods in com.azure.resourcemanager.network.models 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.