Partager via


UsagesOperationsExtensions.ListByLocationNextAsync Méthode

Définition

Obtient la liste des utilisations.

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

Paramètres

operations
IUsagesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Retourne la liste d’utilisation par famille de références SKU pour l’abonnement spécifié dans la région spécifiée.

S’applique à