Freigeben über


BillingExtensions.GetBillingPaymentMethod Methode

Definition

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

  • Anforderungspfad/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • Vorgangs-IdPaymentMethods_GetByUser
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)

Parameter

tenantResource
TenantResource

Der TenantResource instance 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: