次の方法で共有


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

定義

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

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

パラメーター

operations
IRoutesOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象