次の方法で共有


RoutesOperationsExtensions.List(IRoutesOperations, String, String) メソッド

定義

ルート テーブル内のすべてのルートを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.Route> List (this Microsoft.Azure.Management.Network.IRoutesOperations operations, string resourceGroupName, string routeTableName);
static member List : Microsoft.Azure.Management.Network.IRoutesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.Route>
<Extension()>
Public Function List (operations As IRoutesOperations, resourceGroupName As String, routeTableName As String) As IPage(Of Route)

パラメーター

operations
IRoutesOperations

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

resourceGroupName
String

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

routeTableName
String

ルート テーブルの名前。

戻り値

適用対象