次の方法で共有


IpAllocationsOperationsExtensions.ListNext メソッド

定義

サブスクリプション内のすべての IpAllocations を取得します。

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

パラメーター

operations
IIpAllocationsOperations

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

nextPageLink
String

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

戻り値

適用対象