Megosztás a következőn keresztül:


BatchAccountOperationsExtensions.ListNextAsync Metódus

Definíció

Információt kap az előfizetéshez társított Batch-fiókokról.

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

Paraméterek

operations
IBatchAccountOperations

A bővítménymetódus műveleti csoportja.

nextPageLink
String

Az előző sikeres Listázási művelet NextLink hivatkozása.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: