Partager via


BillingPaymentMethodCollection.Get(String, CancellationToken) Méthode

Définition

Obtient un mode de paiement appartenant à l’appelant.

  • Chemin de la demande/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • IdPaymentMethods_GetByUser d’opération
public virtual Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource> Get (string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>
Public Overridable Function Get (paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingPaymentMethodResource)

Paramètres

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.

S’applique à