Share via


PrivateEndpointConnectionsOperationsExtensions.ListByPrivateLinkScopeNext Method

Definition

Gets all private endpoint connections on a private link scope.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to