AppServiceExtensions.GetBillingMetersAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/billingMeters
  • 操作 IdListBillingMeters
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceBillingMeter> GetBillingMetersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string billingLocation = default, string osType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingMetersAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceBillingMeter>
<Extension()>
Public Function GetBillingMetersAsync (subscriptionResource As SubscriptionResource, Optional billingLocation As String = Nothing, Optional osType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceBillingMeter)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

billingLocation
String

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

osType
String

App Service OS の種類のメーターが使用されます。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の AppServiceBillingMeter サービス要求を受け取る可能性がある の非同期コレクション。

適用対象