ExpressRouteCrossConnectionsOperationsExtensions.BeginListArpTableAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die derzeit angekündigte ARP-Tabelle ab, die der Expressroutenverbindung in einer Ressourcengruppe zugeordnet ist.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult> BeginListArpTableAsync(this Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations operations, string resourceGroupName, string crossConnectionName, string peeringName, string devicePath, System.Threading.CancellationToken cancellationToken = default);
static member BeginListArpTableAsync : Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult>
<Extension()>
Public Function BeginListArpTableAsync (operations As IExpressRouteCrossConnectionsOperations, resourceGroupName As String, crossConnectionName As String, peeringName As String, devicePath As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteCircuitsArpTableListResult)
Parameter
- operations
- IExpressRouteCrossConnectionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- crossConnectionName
- String
Der Name von ExpressRouteCrossConnection.
- peeringName
- String
Der Name des Peerings.
- devicePath
- String
Der Pfad des Geräts.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET