次の方法で共有


BgpServiceCommunitiesOperationsExtensions.ListNext メソッド

定義

使用可能なすべての bgp サービス コミュニティを取得します。

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

パラメーター

operations
IBgpServiceCommunitiesOperations

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

nextPageLink
String

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

戻り値

適用対象