次の方法で共有


BillingCustomerConsumptionResource.GetLots(String, CancellationToken) メソッド

定義

顧客のすべての Azure クレジットを一覧表示します。 API は、Microsoft Partner Agreements (MPA) の課金アカウントでのみサポートされています。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}/providers/Microsoft.Consumption/lots
  • 操作IdLots_ListByCustomer
public virtual Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary> GetLots (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLots : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary>
override this.GetLots : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary>
Public Overridable Function GetLots (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConsumptionLotSummary)

パラメーター

filter
String

状態、ソースなどでロットをフィルター処理するために使用できます。フィルターは、'eq'、'lt'、'gt'、'le'、'ge'、および 'and' をサポートしています。 タグ フィルターは、キーと値がコロン (:)で区切られたキー値ペア文字列です。

cancellationToken
CancellationToken

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

戻り値

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

適用対象