Freigeben über


BillingExtensions.GetBillingPaymentMethodLink Methode

Definition

Ruft eine Zahlungsmethode ab, die mit einem Abrechnungsprofil verknüpft ist. Der Vorgang wird nur für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung unterstützt.

  • Request Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/paymentMethodLinks/{paymentMethodName}
  • Vorgangs-IdPaymentMethods_GetByBillingProfile
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)

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

billingProfileName
String

Die ID, die ein Abrechnungsprofil eindeutig identifiziert.

paymentMethodName
String

Die ID, die eine Zahlungsmethode eindeutig identifiziert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

billingAccountNamepaymentMethodName oder billingProfileName ist eine leere Zeichenfolge, die nicht leer sein sollte.

billingAccountName, billingProfileName oder paymentMethodName ist NULL.

Gilt für: