次の方法で共有


ExpressRouteCircuitsOperationsExtensions.BeginListArpTableAsync メソッド

定義

リソース グループ内の高速ルート回線に関連付けられている現在アドバタイズされている ARP テーブルを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult> BeginListArpTableAsync (this Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations operations, string resourceGroupName, string circuitName, string peeringName, string devicePath, System.Threading.CancellationToken cancellationToken = default);
static member BeginListArpTableAsync : 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 BeginListArpTableAsync (operations As IExpressRouteCircuitsOperations, resourceGroupName As String, circuitName As String, peeringName As String, devicePath As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteCircuitsArpTableListResult)

パラメーター

operations
IExpressRouteCircuitsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

circuitName
String

高速ルート回線の名前。

peeringName
String

ピアリングの名前。

devicePath
String

デバイスのパス。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象