WebSiteManagementClientExtensions.ListBillingMetersAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>> ListBillingMetersAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, string billingLocation = default, string osType = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBillingMetersAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.BillingMeter>>
<Extension()>
Public Function ListBillingMetersAsync (operations As IWebSiteManagementClient, Optional billingLocation As String = Nothing, Optional osType As String = Nothing, 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.
- billingLocation
- String
Emplacement Azure de la ressource facturable
- osType
- String
App Service compteurs de type de système d’exploitation utilisés pour
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Description pour Obtient une liste de compteurs pour un emplacement donné.
S’applique à
Azure SDK for .NET