| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitsRoutesTableSummaryListResultInner |
ExpressRouteCircuitsClient.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.
|
ExpressRouteCircuitsRoutesTableSummaryListResultInner |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitsRoutesTableSummaryListResultInner |
ExpressRouteCircuitsRoutesTableSummaryListResultInner.withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of results.
|
ExpressRouteCircuitsRoutesTableSummaryListResultInner |
ExpressRouteCircuitsRoutesTableSummaryListResultInner.withValue(List<ExpressRouteCircuitRoutesTableSummary> value)
Set the value property: A list of the routes table.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.