Interface ExpressRouteCrossConnectionPeering.UpdateStages.WithState
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Update
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.UpdateStages
public static interface ExpressRouteCrossConnectionPeering.UpdateStages.WithStateThe stage of Express Route Cross Connection Peering update allowing to specify the peering state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.UpdatewithState(ExpressRoutePeeringState state)Specifies the peering state.
-
-
-
Method Detail
-
withState
ExpressRouteCrossConnectionPeering.Update withState(ExpressRoutePeeringState state)
Specifies the peering state.- Parameters:
state- the peering state- Returns:
- the next stage of the update
-
-