Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringState
Packages that use ExpressRouteCircuitPeeringState
Package
Description
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 ExpressRouteCircuitPeeringStateModifier and TypeFieldDescriptionstatic final ExpressRouteCircuitPeeringStateExpressRouteCircuitPeeringState.DISABLEDStatic value Disabled for ExpressRouteCircuitPeeringState.static final ExpressRouteCircuitPeeringStateExpressRouteCircuitPeeringState.ENABLEDStatic value Enabled for ExpressRouteCircuitPeeringState.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitPeeringStateModifier and TypeMethodDescriptionExpressRouteCircuitPeeringState.fromString(String name) Creates or finds a ExpressRouteCircuitPeeringState from its string representation.Ipv6ExpressRouteCircuitPeeringConfig.state()Get the state property: The state of peering.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteCircuitPeeringStateModifier and TypeMethodDescriptionExpressRouteCircuitPeeringState.values()Gets known ExpressRouteCircuitPeeringState values.Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteCircuitPeeringStateModifier and TypeMethodDescriptionIpv6ExpressRouteCircuitPeeringConfig.withState(ExpressRouteCircuitPeeringState state) Set the state property: The state of peering.