BillingExtensions.GetBillingPaymentMethod 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 appartenant à l’appelant.
- Chemin de la demande/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
- IdPaymentMethods_GetByUser d’opération
public static Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource> GetBillingPaymentMethod (this Azure.ResourceManager.Resources.TenantResource tenantResource, string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingPaymentMethod : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>
<Extension()>
Public Function GetBillingPaymentMethod (tenantResource As TenantResource, paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingPaymentMethodResource)
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- paymentMethodName
- String
ID qui identifie de manière unique un mode de paiement.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
paymentMethodName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
paymentMethodName
a la valeur null.