ManagedPrivateEndpointsOperationsExtensions.ListByFactoryNextAsync Method

Definition

Lists managed private endpoints.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.ManagedPrivateEndpointResource>> ListByFactoryNextAsync (this Microsoft.Azure.Management.DataFactory.IManagedPrivateEndpointsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByFactoryNextAsync : Microsoft.Azure.Management.DataFactory.IManagedPrivateEndpointsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.ManagedPrivateEndpointResource>>
<Extension()>
Public Function ListByFactoryNextAsync (operations As IManagedPrivateEndpointsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedPrivateEndpointResource))

Parameters

operations
IManagedPrivateEndpointsOperations

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