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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.DefinitionStages.BlankdefineAzurePrivatePeering()Begins definition of Azure private peering.ExpressRouteCrossConnectionPeering.DefinitionStages.WithAdvertisedPublicPrefixesdefineMicrosoftPeering()Begins definition of Microsoft peering.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
-
-
-
Method Detail
-
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
-
-