Freigeben über


BillingPaymentMethodCollection.GetAll(CancellationToken) Methode

Definition

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

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von BillingPaymentMethodResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: