Freigeben über


BillingExtensions.GetBillingPaymentMethodAsync Methode

Definition

Ruft eine Zahlungsmethode ab, die dem Aufrufer gehört.

  • Request Path/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • Vorgang IdPaymentMethods_GetByUser
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>> GetBillingPaymentMethodAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string paymentMethodName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingPaymentMethodAsync : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingPaymentMethodResource>>
<Extension()>
Public Function GetBillingPaymentMethodAsync (tenantResource As TenantResource, paymentMethodName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingPaymentMethodResource))

Parameter

tenantResource
TenantResource

Der TenantResource instance, für den die Methode ausgeführt wird.

paymentMethodName
String

Die ID, die eine Zahlungsmethode eindeutig identifiziert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

paymentMethodName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

paymentMethodName ist NULL.

Gilt für: