Share via


PrivateLinkServicesOperationsExtensions.ListNext Method

Definition

Gets all private link services in a resource group.

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

Parameters

operations
IPrivateLinkServicesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to