Sdílet prostřednictvím


WebSiteManagementClientExtensions.ListBillingMetersAsync Metoda

Definice

Získá seznam měřičů pro dané umístění.

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

Skupina operací pro tuto rozšiřující metodu.

billingLocation
String

Umístění fakturovatelného prostředku v Azure

osType
String

App Service měřiče typu operačního systému používané pro

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro Získání seznamu měřičů pro dané umístění.

Platí pro