AppServiceExtensions.GetBillingMeters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[説明] 特定の場所のメーターの一覧を取得します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/billingMeters
- 操作 IdListBillingMeters
public static Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceBillingMeter> GetBillingMeters (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string billingLocation = default, string osType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingMeters : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceBillingMeter>
<Extension()>
Public Function GetBillingMeters (subscriptionResource As SubscriptionResource, Optional billingLocation As String = Nothing, Optional osType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceBillingMeter)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行されるインスタンス。
- billingLocation
- String
課金対象リソースの Azure の場所。
- osType
- String
App Service OS の種類のメーターが使用されます。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の AppServiceBillingMeter サービス要求を受け取る可能性がある のコレクション。