PrivateEndpointConnectionsPrivateLinkHubOperationsExtensions.ListNext Method

Definition

Get all PrivateEndpointConnections in the PrivateLinkHub

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

Parameters

operations
IPrivateEndpointConnectionsPrivateLinkHubOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to