次の方法で共有


ExpressRouteServiceProvidersOperationsExtensions.ListNext メソッド

定義

使用可能なすべての高速ルート サービス プロバイダーを取得します。

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

パラメーター

operations
IExpressRouteServiceProvidersOperations

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

nextPageLink
String

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

戻り値

適用対象