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 update
-
-