Partager via


BillingExtensions.GetBillingAccountPaymentMethodAsync Méthode

Définition

Obtient un mode de paiement disponible pour un compte de facturation. L’opération est prise en charge uniquement pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

  • Chemin de la demande/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
  • IdPaymentMethods_GetByBillingAccount d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>> GetBillingAccountPaymentMethodAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingAccountPaymentMethodAsync : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>>
<Extension()>
Public Function GetBillingAccountPaymentMethodAsync (tenantResource As TenantResource, billingAccountName As String, paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingAccountPaymentMethodResource))

Paramètres

tenantResource
TenantResource

Instance TenantResource sur laquelle la méthode s’exécute.

billingAccountName
String

ID qui identifie de manière unique un compte de facturation.

paymentMethodName
String

ID qui identifie de manière unique un mode de paiement.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

billingAccountName ou paymentMethodName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

billingAccountName ou paymentMethodName est null.

S’applique à