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