Interface ExpressRouteCrossConnectionPeering.UpdateStages.WithCustomerASN
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Update
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.UpdateStages
public static interface ExpressRouteCrossConnectionPeering.UpdateStages.WithCustomerASNThe stage of Cross Connection Peering configuration definition allowing to specify customer ASN.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.UpdatewithCustomerASN(int customerASN)Specifies customer ASN.
-
-
-
Method Detail
-
withCustomerASN
ExpressRouteCrossConnectionPeering.Update withCustomerASN(int customerASN)
Specifies customer ASN.- Parameters:
customerASN- customer ASN- Returns:
- the next stage of the definition
-
-