次の方法で共有


WebSiteManagementClientExtensions.ListBillingMetersAsync メソッド

定義

指定した場所のメーターの一覧を取得します。

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

パラメーター

operations
IWebSiteManagementClient

この拡張メソッドの操作グループ。

billingLocation
String

課金対象リソースの Azure の場所

osType
String

App Serviceに使用される OS の種類の測定

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] 特定の場所のメーターの一覧を取得します。

適用対象