BillingExtensions.GetBillingAccountPaymentMethod Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 requête/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods/{paymentMethodName}
- IdPaymentMethods_GetByBillingAccount d’opération
public static Azure.Response<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource> GetBillingAccountPaymentMethod (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingAccountPaymentMethod : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingAccountPaymentMethodResource>
<Extension()>
Public Function GetBillingAccountPaymentMethod (tenantResource As TenantResource, billingAccountName As String, paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingAccountPaymentMethodResource)
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- billingAccountName
- String
ID qui identifie de façon unique un compte de facturation.
- paymentMethodName
- String
ID qui identifie de façon unique un mode de paiement.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
billingAccountName
ou paymentMethodName
est une chaîne vide, et était censé être non vide.
billingAccountName
ou paymentMethodName
est null.