Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner
Packages that use ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteCrossConnectionsRoutesTableSummaryListResultInnerModifier and TypeMethodDescriptionExpressRouteCrossConnectionsClient.listRoutesTableSummary(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath) Gets the route table summary associated with the express route cross connection in a resource group.ExpressRouteCrossConnectionsClient.listRoutesTableSummary(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath, com.azure.core.util.Context context) Gets the route table summary associated with the express route cross connection in a resource group.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteCrossConnectionsRoutesTableSummaryListResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner>, ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner> ExpressRouteCrossConnectionsClient.beginListRoutesTableSummary(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath) Gets the route table summary associated with the express route cross connection in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner>, ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner> ExpressRouteCrossConnectionsClient.beginListRoutesTableSummary(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath) Gets the route table summary associated with the express route cross connection in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner>, ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner> ExpressRouteCrossConnectionsClient.beginListRoutesTableSummary(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath, com.azure.core.util.Context context) Gets the route table summary associated with the express route cross connection in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner>, ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner> ExpressRouteCrossConnectionsClient.beginListRoutesTableSummary(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath, com.azure.core.util.Context context) Gets the route table summary associated with the express route cross connection in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner>, ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner> ExpressRouteCrossConnectionsClient.beginListRoutesTableSummaryAsync(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath) Gets the route table summary associated with the express route cross connection in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner>, ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner> ExpressRouteCrossConnectionsClient.beginListRoutesTableSummaryAsync(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath) Gets the route table summary associated with the express route cross connection in a resource group.ExpressRouteCrossConnectionsClient.listRoutesTableSummaryAsync(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath) Gets the route table summary associated with the express route cross connection in a resource group. -
Uses of ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteCrossConnectionsRoutesTableSummaryListResultInnerModifier and TypeMethodDescriptionExpressRouteCrossConnectionsRoutesTableSummaryListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner from the JsonReader.ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner.withValue(List<ExpressRouteCrossConnectionRoutesTableSummary> value) Set the value property: A list of the routes table.