PrivateLinkResourceOperationsExtensions.ListByBatchAccountNextAsync Method

Definition

Lists all of the private link resources in the specified account.

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

Parameters

operations
IPrivateLinkResourceOperations

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