PrivateEndpointConnectionsOperationsExtensions.ListByAccountNextAsync Method

Definition

Gets private endpoint connections.

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

Remarks

Get private endpoint connections for account

Applies to