Partager via


SubscriptionUsagesOperationsExtensions.ListByLocationNextAsync Méthode

Définition

Obtient toutes les métriques d’utilisation de l’abonnement dans un emplacement donné.

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

Paramètres

operations
ISubscriptionUsagesOperations

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

S’applique à