| 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 |
|---|---|
ExpressRouteCircuitsRoutesTableListResultInner |
ExpressRouteCrossConnectionsClient.listRoutesTable(String resourceGroupName,
String crossConnectionName,
String peeringName,
String devicePath)
Gets the currently advertised routes table associated with the express route cross connection in a resource
group.
|
ExpressRouteCircuitsRoutesTableListResultInner |
ExpressRouteCircuitsClient.listRoutesTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
ExpressRouteCircuitsRoutesTableListResultInner |
ExpressRouteCrossConnectionsClient.listRoutesTable(String resourceGroupName,
String crossConnectionName,
String peeringName,
String devicePath,
com.azure.core.util.Context context)
Gets the currently advertised routes table associated with the express route cross connection in a resource
group.
|
ExpressRouteCircuitsRoutesTableListResultInner |
ExpressRouteCircuitsClient.listRoutesTable(String resourceGroupName,
String circuitName,
String peeringName,
String devicePath,
com.azure.core.util.Context context)
Gets the currently advertised routes table associated with the express route circuit in a resource group.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitsRoutesTableListResultInner |
ExpressRouteCircuitsRoutesTableListResultInner.withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of results.
|
ExpressRouteCircuitsRoutesTableListResultInner |
ExpressRouteCircuitsRoutesTableListResultInner.withValue(List<ExpressRouteCircuitRoutesTable> value)
Set the value property: The list of routes table.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.