Uses of Class
com.azure.resourcemanager.network.models.ExpressRoutePeeringState
-
Packages that use ExpressRoutePeeringState Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ExpressRoutePeeringState Modifier and Type Method Description ExpressRoutePeeringStateExpressRouteCircuitPeeringInner. state()Get the state property: The peering state.ExpressRoutePeeringStateExpressRouteCircuitPeeringPropertiesFormatInner. state()Get the state property: The peering state.ExpressRoutePeeringStateExpressRouteCrossConnectionPeeringInner. state()Get the state property: The peering state.ExpressRoutePeeringStateExpressRouteCrossConnectionPeeringProperties. state()Get the state property: The peering state.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRoutePeeringState Modifier and Type Method Description ExpressRouteCircuitPeeringInnerExpressRouteCircuitPeeringInner. withState(ExpressRoutePeeringState state)Set the state property: The peering state.ExpressRouteCircuitPeeringPropertiesFormatInnerExpressRouteCircuitPeeringPropertiesFormatInner. withState(ExpressRoutePeeringState state)Set the state property: The peering state.ExpressRouteCrossConnectionPeeringInnerExpressRouteCrossConnectionPeeringInner. withState(ExpressRoutePeeringState state)Set the state property: The peering state.ExpressRouteCrossConnectionPeeringPropertiesExpressRouteCrossConnectionPeeringProperties. 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 ExpressRoutePeeringState Modifier and Type Field Description static ExpressRoutePeeringStateExpressRoutePeeringState. DISABLEDStatic value Disabled for ExpressRoutePeeringState.static ExpressRoutePeeringStateExpressRoutePeeringState. ENABLEDStatic value Enabled for ExpressRoutePeeringState.Methods in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return types with arguments of type ExpressRoutePeeringState Modifier and Type Method Description static Collection<ExpressRoutePeeringState>ExpressRoutePeeringState. values()Methods in com.azure.resourcemanager.network.models 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.
-