Freigeben über


ExpressRouteCircuitsOperationsExtensions.ListArpTableAsync Methode

Definition

Ruft die derzeit angekündigte ARP-Tabelle ab, die der Expressroutenleitung in einer Ressourcengruppe zugeordnet ist.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult> ListArpTableAsync (this Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations operations, string resourceGroupName, string circuitName, string peeringName, string devicePath, System.Threading.CancellationToken cancellationToken = default);
static member ListArpTableAsync : Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult>
<Extension()>
Public Function ListArpTableAsync (operations As IExpressRouteCircuitsOperations, resourceGroupName As String, circuitName As String, peeringName As String, devicePath As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteCircuitsArpTableListResult)

Parameter

operations
IExpressRouteCircuitsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

circuitName
String

Der Name der Expressroutenschaltung.

peeringName
String

Der Name des Peerings.

devicePath
String

Der Pfad des Geräts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: