ConsumptionExtensions.GetConsumptionCharges メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
定義されたスコープに基づく料金を一覧表示します。
- 要求パス/{scope}/providers/Microsoft.Consumption/charges
- 操作IdCharges_List
public static Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionChargeSummary> GetConsumptionCharges (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string startDate = default, string endDate = default, string filter = default, string apply = default, System.Threading.CancellationToken cancellationToken = default);
static member GetConsumptionCharges : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionChargeSummary>
<Extension()>
Public Function GetConsumptionCharges (client As ArmClient, scope As ResourceIdentifier, Optional startDate As String = Nothing, Optional endDate As String = Nothing, Optional filter As String = Nothing, Optional apply As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConsumptionChargeSummary)
パラメーター
- scope
- ResourceIdentifier
リソースが適用されるスコープ。
- startDate
- String
開始日。
- endDate
- String
終了日。
- filter
- String
プロパティ/usageEnd (Utc 時刻)、properties/usageStart (Utc 時刻) で料金をフィルター処理するために使用できます。 フィルターは、'eq'、'lt'、'gt'、'le'、'ge'、および 'and' をサポートしています。 現在、'ne'、'or'、または 'not' はサポートされていません。 タグ フィルターは、キーと値がコロン (:)で区切られたキー値ペア文字列です。
- apply
- String
billingAccount スコープの料金を、properties/billingProfileId、properties/invoiceSectionId、properties/customerId (Partner Led に固有)、または billingProfile スコープを properties/invoiceSectionId でグループ化するために使用できます。
- cancellationToken
- CancellationToken
使用する取り消しトークン。