Interface ExpressRouteCircuitPeerings
- All Superinterfaces:
HasParent<ExpressRouteCircuit>,SupportsDeletingById,SupportsDeletingByName,SupportsGettingById<ExpressRouteCircuitPeering>,SupportsGettingByName<ExpressRouteCircuitPeering>,SupportsListing<ExpressRouteCircuitPeering>
public interface ExpressRouteCircuitPeerings
extends SupportsListing<ExpressRouteCircuitPeering>, SupportsGettingByName<ExpressRouteCircuitPeering>, SupportsGettingById<ExpressRouteCircuitPeering>, SupportsDeletingByName, SupportsDeletingById, HasParent<ExpressRouteCircuit>
Entry point for express route circuit peerings management API in Azure.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition of Azure private peering.Begins definition of Azure public 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
ExpressRouteCircuitPeering.DefinitionStages.Blank defineAzurePrivatePeering()Begins definition of Azure private peering.- Returns:
- next peering definition stage
-
defineAzurePublicPeering
ExpressRouteCircuitPeering.DefinitionStages.Blank defineAzurePublicPeering()Begins definition of Azure public peering.- Returns:
- next peering definition stage
-
defineMicrosoftPeering
ExpressRouteCircuitPeering.DefinitionStages.WithAdvertisedPublicPrefixes defineMicrosoftPeering()Begins definition of Microsoft peering.- Returns:
- next peering definition stage
-