Sdílet prostřednictvím


ApplicationPackageOperationsExtensions.ListNextAsync Metoda

Definice

Zobrazí seznam všech balíčků aplikací v zadané aplikaci.

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

Parametry

operations
IApplicationPackageOperations

Skupina operací pro tuto metodu rozšíření.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro