BillingPaymentMethodCollection.GetAllAsync(CancellationToken) Méthode

Définition

Répertorie les modes de paiement appartenant à l’appelant.

  • Chemin d’accès de la demande/providers/Microsoft.Billing/paymentMethods
  • IdPaymentMethods_ListByUser d’opération
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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de BillingPaymentMethodResource service pour itérer.

S’applique à