PrivateEndpointConnectionOperationsExtensions.ListByBatchAccountNextAsync Method

Definition

Lists all of the private endpoint connections in the specified account.

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

Parameters

operations
IPrivateEndpointConnectionOperations

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