WebAppsOperationsExtensions.ListUsagesNextAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar kvotanvändningsinformationen för en app (eller distributionsfack, om det anges).
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>> ListUsagesNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListUsagesNextAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>>
<Extension()>
Public Function ListUsagesNextAsync (operations As IWebAppsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmUsageQuota))
Parametrar
- operations
- IWebAppsOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- nextPageLink
- String
NextLink från det tidigare lyckade anropet till liståtgärden.
- cancellationToken
- CancellationToken
Annulleringstoken.
Returer
Kommentarer
Beskrivning för Hämtar kvotanvändningsinformation för en app (eller distributionsplats, om det anges).
Gäller för
Azure SDK for .NET