Interface ExpressRouteCircuitPeerings
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringsInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ExpressRouteCircuit>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById,com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<ExpressRouteCircuitPeering>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName<ExpressRouteCircuitPeering>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<ExpressRouteCircuitPeering>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ExpressRouteCircuitPeering>
@Beta(V1_4_0) public interface ExpressRouteCircuitPeerings extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ExpressRouteCircuitPeering>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName<ExpressRouteCircuitPeering>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<ExpressRouteCircuitPeering>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<ExpressRouteCircuitPeering>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringsInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ExpressRouteCircuit>
Entry point for express route circuit peerings management API in Azure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCircuitPeering.DefinitionStages.BlankdefineAzurePrivatePeering()Begins definition of Azure private peering.ExpressRouteCircuitPeering.DefinitionStages.BlankdefineAzurePublicPeering()Begins definition of Azure public peering.ExpressRouteCircuitPeering.DefinitionStages.WithAdvertisedPublicPrefixesdefineMicrosoftPeering()Begins definition of Microsoft peering.-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsync, deleteByNameAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName
getByName
-
-
-
-
Method Detail
-
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
-
-