Interface ExpressRouteCrossConnectionPeerings
- All Superinterfaces:
HasParent<ExpressRouteCrossConnection>, SupportsDeletingById, SupportsDeletingByName, SupportsGettingById<ExpressRouteCrossConnectionPeering>, SupportsGettingByName<ExpressRouteCrossConnectionPeering>, SupportsListing<ExpressRouteCrossConnectionPeering>
public interface ExpressRouteCrossConnectionPeerings
extends SupportsListing<ExpressRouteCrossConnectionPeering>, SupportsGettingByName<ExpressRouteCrossConnectionPeering>, SupportsGettingById<ExpressRouteCrossConnectionPeering>, SupportsDeletingByName, SupportsDeletingById, HasParent<ExpressRouteCrossConnection>
Entry point for express route cross connection peerings management API in Azure.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition of Azure private peering.Begins definition of Microsoft peering.Methods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsDeletingByName
deleteByName, deleteByNameAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface SupportsListing
list, listAsync
-
Method Details
-
defineAzurePrivatePeering
ExpressRouteCrossConnectionPeering.DefinitionStages.Blank defineAzurePrivatePeering()Begins definition of Azure private peering.- Returns:
- next peering definition stage
-
defineMicrosoftPeering
ExpressRouteCrossConnectionPeering.DefinitionStages.WithAdvertisedPublicPrefixes defineMicrosoftPeering()Begins definition of Microsoft peering.- Returns:
- next peering definition stage
-