Partager via


BillingExtensions.GetBillingAccountPaymentMethods Méthode

Définition

Obtient une collection de BillingAccountPaymentMethodResources dans tenantResource.

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

Paramètres

tenantResource
TenantResource

Instance TenantResource sur laquelle la méthode s’exécute.

billingAccountName
String

ID qui identifie de façon unique un compte de facturation.

Retours

Objet représentant la collection de BillingAccountPaymentMethodResources et leurs opérations sur un BillingAccountPaymentMethodResource.

Exceptions

billingAccountName est une chaîne vide et devait être non vide.

billingAccountName a la valeur null.

S’applique à