Freigeben über


WebSiteManagementClientExtensions.ListBillingMetersAsync Methode

Definition

Ruft eine Liste der Verbrauchseinheiten für einen bestimmten Standort ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.BillingMeter>> ListBillingMetersAsync (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, string billingLocation = default, string osType = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBillingMetersAsync : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.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 BS-Verbrauchseinheiten, die für

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Ruft eine Liste der Verbrauchseinheiten für einen bestimmten Standort ab.

Gilt für: