Udostępnij za pośrednictwem


WebSiteManagementClientExtensions.ListBillingMetersAsync Metoda

Definicja

Pobiera listę mierników dla danej lokalizacji.

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

Parametry

operations
IWebSiteManagementClient

Grupa operacji dla tej metody rozszerzenia.

billingLocation
String

Lokalizacja rozliczanego zasobu platformy Azure

osType
String

mierniki typu systemu operacyjnego App Service używane do

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobiera listę mierników dla danej lokalizacji.

Dotyczy