WebSiteManagementClientExtensions.ListBillingMeters 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.BillingMeter> ListBillingMeters (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, string billingLocation = default, string osType = default);
static member ListBillingMeters : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.BillingMeter>
<Extension()>
Public Function ListBillingMeters (operations As IWebSiteManagementClient, Optional billingLocation As String = Nothing, Optional osType As String = Nothing) As 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
Retours
Remarques
Description pour Obtient une liste de compteurs pour un emplacement donné.
S’applique à
Azure SDK for .NET