BillingAccountPaymentMethodCollection.GetAllAsync(CancellationToken) メソッド

定義

課金アカウントで使用できる支払い方法を一覧表示します。 呼び出し元が所有する支払い方法と共に、これらの支払い方法を課金プロファイルに添付して支払いを行うことができます。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods
  • 操作IdPaymentMethods_ListByBillingAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingAccountPaymentMethodResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象