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 com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.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
-