次の方法で共有


LoadBalancerBackendAddressPoolsOperationsExtensions.ListNext メソッド

定義

ロード バランサーでサポートされているすべてのアドレス プールを取得します。

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

パラメーター

operations
ILoadBalancerBackendAddressPoolsOperations

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

nextPageLink
String

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

戻り値

適用対象