Partager via


AddonsOperationsExtensions.ListNextAsync Méthode

Définition

Répertorier les modules complémentaires dans un cloud privé

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

Paramètres

operations
IAddonsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à