次の方法で共有


ExpressRouteCircuitsOperationsExtensions.ListRoutesTableAsync メソッド

定義

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

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

パラメーター

operations
IExpressRouteCircuitsOperations

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

resourceGroupName
String

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

circuitName
String

高速ルート回線の名前。

peeringName
String

ピアリングの名前。

devicePath
String

デバイスのパス。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象