次の方法で共有


ExpressRouteCircuitsOperationsExtensions.BeginListArpTable メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult BeginListArpTable (this Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations operations, string resourceGroupName, string circuitName, string peeringName, string devicePath);
static member BeginListArpTable : Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitsArpTableListResult
<Extension()>
Public Function BeginListArpTable (operations As IExpressRouteCircuitsOperations, resourceGroupName As String, circuitName As String, peeringName As String, devicePath As String) As ExpressRouteCircuitsArpTableListResult

パラメーター

operations
IExpressRouteCircuitsOperations

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

resourceGroupName
String

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

circuitName
String

高速ルート回線の名前。

peeringName
String

ピアリングの名前。

devicePath
String

デバイスのパス。

戻り値

適用対象