Share via


BgpServiceCommunitiesOperationsExtensions.ListNext Method

Definition

Gets all the available bgp service communities.

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)

Parameters

operations
IBgpServiceCommunitiesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to