Interface ExpressRouteCrossConnectionPeerings
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<ExpressRouteCrossConnection>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<ExpressRouteCrossConnectionPeering>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName<ExpressRouteCrossConnectionPeering>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<ExpressRouteCrossConnectionPeering>
public interface ExpressRouteCrossConnectionPeerings
extends com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<ExpressRouteCrossConnectionPeering>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName<ExpressRouteCrossConnectionPeering>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<ExpressRouteCrossConnectionPeering>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.models.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
-