BillingExtensions.GetBillingPaymentMethodLink 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 lié à un profil 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}/billingProfiles/{billingProfileName}/paymentMethodLinks/{paymentMethodName}
- IdPaymentMethods_GetByBillingProfile d’opération
public static Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodLinkResource> GetBillingPaymentMethodLink (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string billingProfileName, string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingPaymentMethodLink : Azure.ResourceManager.Resources.TenantResource * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodLinkResource>
<Extension()>
Public Function GetBillingPaymentMethodLink (tenantResource As TenantResource, billingAccountName As String, billingProfileName As String, paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingPaymentMethodLinkResource)
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.
- billingProfileName
- String
ID qui identifie de façon unique un profil de facturation.
- paymentMethodName
- String
ID qui identifie de façon unique un mode de paiement.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
billingAccountName
, billingProfileName
ou paymentMethodName
est une chaîne vide, et était censé être non vide.
billingAccountName
, billingProfileName
ou paymentMethodName
a la valeur Null.