Freigeben über


BillingPaymentMethodCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet die Zahlungsmethoden auf, die dem Aufrufer gehören.

  • Anforderungspfad/providers/Microsoft.Billing/paymentMethods
  • Vorgangs-IdPaymentMethods_ListByUser
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingPaymentMethodResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingPaymentMethodResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingPaymentMethodResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingPaymentMethodResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: