BgpServiceCommunitiesOperationsExtensions.ListNext(IBgpServiceCommunitiesOperations, String) Method

Definition

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

Parameters

nextPageLink
String

Returns

IPage<BgpServiceCommunity>

Applies to