Freigeben über


BillingAccountPaymentMethodCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet die für ein Abrechnungskonto verfügbaren Zahlungsmethoden auf. Zusammen mit den Zahlungsmethoden, die dem Aufrufer gehören, können diese Zahlungsmethoden einem Abrechnungsprofil zugeordnet werden, um Zahlungen zu tätigen. Der Vorgang wird nur für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung unterstützt.

  • Request Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods
  • Vorgangs-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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von BillingAccountPaymentMethodResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: