Partager via


WebSiteManagementClientExtensions.ListBillingMetersNextAsync Méthode

Définition

Obtient une liste de compteurs pour un emplacement donné.

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

Paramètres

operations
IWebSiteManagementClient

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

Description pour Obtient une liste de compteurs pour un emplacement donné.

S’applique à