次の方法で共有


CustomIPPrefixesOperationsExtensions.ListNext メソッド

定義

リソース グループ内のすべてのカスタム IP プレフィックスを取得します。

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

パラメーター

operations
ICustomIPPrefixesOperations

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

nextPageLink
String

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

戻り値

適用対象