Freigeben über


WebSiteManagementClientExtensions.ListBillingMetersAsync Methode

Definition

Ruft eine Liste von Zählern für einen bestimmten Standort ab.

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

Parameter

operations
IWebSiteManagementClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

billingLocation
String

Azure-Speicherort der abrechenbaren Ressource

osType
String

App Service betriebssystemtypmessgeräte, die für verwendet werden

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Ruft eine Liste der Messgeräte für einen bestimmten Standort ab.

Gilt für: