Partager via


AvailableSkusOperationsExtensions.ListNextAsync Méthode

Définition

Répertoriez toutes les références SKU disponibles et les informations qui leur sont associées.

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

Paramètres

operations
IAvailableSkusOperations

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 à