次の方法で共有


IpAllocationsOperationsExtensions.ListByResourceGroupNext メソッド

定義

リソース グループ内のすべての IpAllocations を取得します。

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

パラメーター

operations
IIpAllocationsOperations

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

nextPageLink
String

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

戻り値

適用対象