Freigeben über


SubscriptionUsagesOperationsExtensions.ListByLocationNextAsync Methode

Definition

Ruft alle Abonnementnutzungsmetriken an einem bestimmten Speicherort ab.

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))

Parameter

operations
ISubscriptionUsagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: