次の方法で共有


BillingAccountPaymentMethodCollection.GetAll(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象