Interface ExpressRouteCrossConnectionPeering.UpdateStages.WithAdvertisedPublicPrefixes
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Update
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.UpdateStages
public static interface ExpressRouteCrossConnectionPeering.UpdateStages.WithAdvertisedPublicPrefixesThe stage of Express Route Cross Connection Peering update allowing to specify advertised address prefixes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.UpdatewithAdvertisedPublicPrefixes(String publicPrefixes)Specifies the advertised public prefixes.
-
-
-
Method Detail
-
withAdvertisedPublicPrefixes
ExpressRouteCrossConnectionPeering.Update withAdvertisedPublicPrefixes(String publicPrefixes)
Specifies the advertised public prefixes.- Parameters:
publicPrefixes- the advertised public prefixes- Returns:
- the next stage of the definition
-
-