Freigeben über


BillingExtensions.GetBillingPaymentMethodLinks Methode

Definition

Ruft eine Auflistung von BillingPaymentMethodLinkResources in tenantResource ab.

public static Azure.ResourceManager.Billing.BillingPaymentMethodLinkCollection GetBillingPaymentMethodLinks (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string billingProfileName);
static member GetBillingPaymentMethodLinks : Azure.ResourceManager.Resources.TenantResource * string * string -> Azure.ResourceManager.Billing.BillingPaymentMethodLinkCollection
<Extension()>
Public Function GetBillingPaymentMethodLinks (tenantResource As TenantResource, billingAccountName As String, billingProfileName As String) As BillingPaymentMethodLinkCollection

Parameter

tenantResource
TenantResource

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

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

billingProfileName
String

Die ID, die ein Abrechnungsprofil eindeutig identifiziert.

Gibt zurück

Ein Objekt, das die Auflistung von BillingPaymentMethodLinkResources und deren Vorgänge über eine BillingPaymentMethodLinkResource darstellt.

Ausnahmen

billingAccountName oder billingProfileName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

billingAccountName oder billingProfileName ist NULL.

Gilt für: