Interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithCustomerASN
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Definition
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.DefinitionStages
public static interface ExpressRouteCrossConnectionPeering.DefinitionStages.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.DefinitionStages.WithRoutingRegistryNamewithCustomerAsn(int customerASN)Specifies customer ASN.
-
-
-
Method Detail
-
withCustomerAsn
ExpressRouteCrossConnectionPeering.DefinitionStages.WithRoutingRegistryName withCustomerAsn(int customerASN)
Specifies customer ASN.- Parameters:
customerASN- customer ASN- Returns:
- the next satge of the definition
-
-