Share via


PrivateEndpointConnectionsOperationsExtensions.ListByPrivateLinkScopeNextAsync Method

Definition

Gets all private endpoint connections on a private link scope.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection>> ListByPrivateLinkScopeNextAsync (this Microsoft.Azure.Management.Monitor.IPrivateEndpointConnectionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByPrivateLinkScopeNextAsync : Microsoft.Azure.Management.Monitor.IPrivateEndpointConnectionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection>>
<Extension()>
Public Function ListByPrivateLinkScopeNextAsync (operations As IPrivateEndpointConnectionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to