Share via


PrivateLinkServicesOperationsExtensions.ListPrivateEndpointConnectionsNext Method

Definition

Gets all private end point connections for a specific private link service.

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

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