Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteCircuitsRoutesTableSummaryListResultInner
Packages that use ExpressRouteCircuitsRoutesTableSummaryListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteCircuitsRoutesTableSummaryListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteCircuitsRoutesTableSummaryListResultInnerModifier and TypeMethodDescriptionExpressRouteCircuitsClient.listRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath) Gets the currently advertised routes table summary associated with the express route circuit in a resource group.ExpressRouteCircuitsClient.listRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context) Gets the currently advertised routes table summary associated with the express route circuit in a resource group.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteCircuitsRoutesTableSummaryListResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>, ExpressRouteCircuitsRoutesTableSummaryListResultInner> ExpressRouteCircuitsClient.beginListRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath) Gets the currently advertised routes table summary associated with the express route circuit in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>, ExpressRouteCircuitsRoutesTableSummaryListResultInner> ExpressRouteCircuitsClient.beginListRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath) Gets the currently advertised routes table summary associated with the express route circuit in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>, ExpressRouteCircuitsRoutesTableSummaryListResultInner> ExpressRouteCircuitsClient.beginListRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context) Gets the currently advertised routes table summary associated with the express route circuit in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>, ExpressRouteCircuitsRoutesTableSummaryListResultInner> ExpressRouteCircuitsClient.beginListRoutesTableSummary(String resourceGroupName, String circuitName, String peeringName, String devicePath, com.azure.core.util.Context context) Gets the currently advertised routes table summary associated with the express route circuit in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>, ExpressRouteCircuitsRoutesTableSummaryListResultInner> ExpressRouteCircuitsClient.beginListRoutesTableSummaryAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath) Gets the currently advertised routes table summary associated with the express route circuit in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitsRoutesTableSummaryListResultInner>, ExpressRouteCircuitsRoutesTableSummaryListResultInner> ExpressRouteCircuitsClient.beginListRoutesTableSummaryAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath) Gets the currently advertised routes table summary associated with the express route circuit in a resource group.ExpressRouteCircuitsClient.listRoutesTableSummaryAsync(String resourceGroupName, String circuitName, String peeringName, String devicePath) Gets the currently advertised routes table summary associated with the express route circuit in a resource group. -
Uses of ExpressRouteCircuitsRoutesTableSummaryListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ExpressRouteCircuitsRoutesTableSummaryListResultInnerModifier and TypeClassDescriptionfinal classResponse for ListRoutesTable associated with the Express Route Circuits API.Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteCircuitsRoutesTableSummaryListResultInnerModifier and TypeMethodDescriptionExpressRouteCircuitsRoutesTableSummaryListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitsRoutesTableSummaryListResultInner from the JsonReader.ExpressRouteCircuitsRoutesTableSummaryListResultInner.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.ExpressRouteCircuitsRoutesTableSummaryListResultInner.withValue(List<ExpressRouteCircuitRoutesTableSummary> value) Set the value property: A list of the routes table.